Run browserify and watchify and browserify-incremental with globs.
A process exit code is browserify(or watchify, browserify-incremental) exit code.
With npm do:
npm install -g globar browserify watchify browserify-incremental
globar <entry files glob> [options]
Options:
<entry files glob>
Glob pattern of entry files.
--outfile=FILE, -o FILE
Output file or directroy.
--watch, -w
Call watchify instead of browserify.
--incremental, -inc
Call browserify-incremental instead of browserify.
--max-proc, -m
Set maximum number of processes.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request