0.4.3 • Published 6 years ago

incrementallify v0.4.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago