watchify2 / 0.1.0 last updated a month ago created on Sep 22nd 2013
Install
npm install --save watchify2
Clone
git clone git@github.com:reducejs/watchify2.git
dependencies
show all 305
| main |
|
anymatch | 1.3.0 | ISC |
|
|
browserify | 13.0.0 | MIT | |
|
|
defined | 1.0.0 | MIT | |
|
|
outpipe | 1.1.1 | MIT | |
|
|
through2 | 2.0.1 | MIT |
maintainers
zoubin
versions
| 0.1.0 | a month ago | zoubin |
| 0.0.1 | a month ago | zoubin |
readme
watchify2
This is a clone for watchify to support detecting new entries.
It is based on this pr, and once watchify handles watching adding/removing entry files, this package will be deprecated.
Example
Command line
API
Creating multiple bundles
The dedupify plugin in the example above is used to fix a known problem with browserify (see substack/factor-bundle#51).
Right now it is a little tricky to detect new entries with factor-bundle, so common-bundle is used instead.