Moving submodules (part 2)

master
Dmitry Baranovskiy 2013-08-16 11:20:48 +10:00
parent 7a3cc15a43
commit 583bb2a37d
4 changed files with 7 additions and 12 deletions

View File

@ -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",

2
savage-min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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");

View File

@ -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 () {