Moving submodules (part 2)
parent
7a3cc15a43
commit
583bb2a37d
|
@ -27,7 +27,7 @@ module.exports = function(grunt) {
|
||||||
target: {
|
target: {
|
||||||
dest: pkg.name.toLowerCase() + ".js",
|
dest: pkg.name.toLowerCase() + ".js",
|
||||||
src: [
|
src: [
|
||||||
"./eve/eve.js",
|
"./third-party/eve/eve.js",
|
||||||
"mina.js",
|
"mina.js",
|
||||||
"./third-party/elemental.js",
|
"./third-party/elemental.js",
|
||||||
"svg.js",
|
"svg.js",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -28,7 +28,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
// build: 2013-08-15
|
// build: 2013-08-16
|
||||||
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
|
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|
|
@ -10,18 +10,13 @@
|
||||||
left: -999em;
|
left: -999em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="mocha/mocha.css">
|
<link rel="stylesheet" href="../third-party/mocha/mocha.css">
|
||||||
<script src="../eve/eve.js"></script>
|
<script src="../savage.js"></script>
|
||||||
<script src="../mina.js"></script>
|
|
||||||
<script src="../third-party/elemental.js"></script>
|
|
||||||
<script src="../svg.js"></script>
|
|
||||||
<script src="../savage.path.js"></script>
|
|
||||||
<script src="../savage.set.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="mocha"></div>
|
<div id="mocha"></div>
|
||||||
<script src="expect/expect.js"></script>
|
<script src="../third-party/expect/expect.js"></script>
|
||||||
<script src="mocha/mocha.js"></script>
|
<script src="../third-party/mocha/mocha.js"></script>
|
||||||
<script>mocha.setup("bdd");</script>
|
<script>mocha.setup("bdd");</script>
|
||||||
<script>
|
<script>
|
||||||
describe("System check", function () {
|
describe("System check", function () {
|
||||||
|
|
Loading…
Reference in New Issue