Skip to content

moszeed/incrementallify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Support

Buy me a Coffee

About

faster rebuilds for browserify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published