Moving submodules (part 2)
parent
7a3cc15a43
commit
583bb2a37d
|
@ -27,7 +27,7 @@ module.exports = function(grunt) {
|
|||
target: {
|
||||
dest: pkg.name.toLowerCase() + ".js",
|
||||
src: [
|
||||
"./eve/eve.js",
|
||||
"./third-party/eve/eve.js",
|
||||
"mina.js",
|
||||
"./third-party/elemental.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
|
||||
// limitations under the License.
|
||||
//
|
||||
// build: 2013-08-15
|
||||
// build: 2013-08-16
|
||||
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
|
@ -10,18 +10,13 @@
|
|||
left: -999em;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="mocha/mocha.css">
|
||||
<script src="../eve/eve.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>
|
||||
<link rel="stylesheet" href="../third-party/mocha/mocha.css">
|
||||
<script src="../savage.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mocha"></div>
|
||||
<script src="expect/expect.js"></script>
|
||||
<script src="mocha/mocha.js"></script>
|
||||
<script src="../third-party/expect/expect.js"></script>
|
||||
<script src="../third-party/mocha/mocha.js"></script>
|
||||
<script>mocha.setup("bdd");</script>
|
||||
<script>
|
||||
describe("System check", function () {
|
||||
|
|
Loading…
Reference in New Issue