0.4.3 • Published 8 years ago
incrementallify v0.4.3
incrementallify
a way to faster builds with browserify
Rebuild only if something has changed, otherwise returns already build file.
Incrementallify will create a browserify-cache.json in the current working directory,
it will also create a .browserifyCache folder to cache results, if a shell command is given!
example
you can use incrementallify with all the browserify arguments
$ incrementallify -o output/bundle.js ./sourcefile.js --verbose
[09:28:47] written to bundle.jsinstall
to install with npm:
$ npm install -g incrementallifyto get the incrementallify cli, or do:
$ npm install --save incrementallifyto get the libary instead