Move building single-file JS to use a JSON file with initial priority files

This commit is contained in:
Davis W. Frank
2011-06-05 21:55:32 -07:00
parent e88d88e427
commit 12f56787b0
3 changed files with 15 additions and 4 deletions

7
src/SourcesList.json Normal file
View File

@@ -0,0 +1,7 @@
[
"base.js",
"util.js",
"Env.js",
"Reporter.js",
"Block.js"
]