JSBuilder
JSBuilder is a package builder for node.js! It uses uglify-js to compress all Javascript files and soon it will be able to do the following things for you:
- Compress Javascript files.
- Compress CSS files.
- Run tests and create output file.
- Create documentation.
Currently is only supports the compressing of Javascript files.
If your project contains a "config.json" file all settings will be overwritten by this file.
Config.js settings:
{ "javascript": { "outputFile: "outputfile.js", "files": [ "file1.js", "file2.js", "etc.." ] } }
Command line:
node jsbuild [-dir $directory] [-min [$outputFile]] [-files $files]