No more generated internal source

With this change, the only two remaining generated scripts are build/exports.js and build/test/requireall.js.  Both are only required by Plovr.  With the Node based build task, a temporary exports.js file is created.  The Node based server can be used to run the tests without build/test/requireall.js.
This commit is contained in:
Tim Schaub
2014-04-28 21:49:00 -06:00
parent 9b4f61be3e
commit a083c6149a
5 changed files with 22 additions and 42 deletions
-1
View File
@@ -68,7 +68,6 @@
],
"paths": [
"../build/src/internal/src",
"../src"
],
-1
View File
@@ -17,7 +17,6 @@
"inherits": "base.json",
"inputs": [
"../build/src/internal/src/requireall.js",
"../build/exports.js"
]
-1
View File
@@ -27,7 +27,6 @@
"inherits": "ol.json",
"inputs": [
"../build/src/internal/src/requireall.js",
"../build/exports.js"
],
+1 -1
View File
@@ -28,7 +28,7 @@
"inherits": "ol.json",
"inputs": [
"../build/src/internal/src/requireall.js"
"../build/exports.js"
],
"mode": "WHITESPACE",