incrementallify

0.4.3 • Public • Published

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.js

install

to install with npm:

$ npm install -g incrementallify

to get the incrementallify cli, or do:

$ npm install --save incrementallify

to get the libary instead

Package Sidebar

Install

npm i incrementallify

Weekly Downloads

10

Version

0.4.3

License

MIT

Last publish

Collaborators

  • moszeed