Defer downloading required minifies until the lodash command-line executable is used for the first time.

Former-commit-id: 83df0ac5875e8647168fffb7043a4cc197d27d79
This commit is contained in:
John-David Dalton
2012-12-27 09:53:14 -06:00
parent ac25e21a0c
commit 05cf5bc8db
3 changed files with 141 additions and 152 deletions

View File

@@ -47,7 +47,6 @@
},
"scripts": {
"build": "node ./build.js",
"test": "node ./test/test.js && node ./test/test-build.js",
"install": "node ./build/post-install.js"
"test": "node ./test/test.js && node ./test/test-build.js"
}
}