browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

Watch files that are in cache at initialisation. #313

Closed alexbakerdev closed 8 years ago

alexbakerdev commented 8 years ago

As per #306 I wanted to be able to pass an existing cache to watchify, since initial bundles can take considerable time.

This works, and passes the local tests, it would be great to have this merged into the base, if you have more requirements for my end, I'll get to implementing them.

alexbakerdev commented 8 years ago

Seems clear that for this to work properly I'd have to change the api quite a bit. So don't worry, closed.