jscompiler
v0.5.1
Published
minifies a complete project into on single file
Downloads
14
Readme
Dependencies
requires node-minify
terminal -> 'npm install node-minify'
How to use
create an JS file.
download jsCompiler
add
var compiler = require("../compiler.js");
to your filecreate an array that contains all your required files
define an output file. (Contains all the compiled code)
define an output folder
compile with
node yourFile.js