browserify / watchify

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

--standalone causes watchify to exit immediately #37

Closed Rantanen closed 10 years ago

Rantanen commented 10 years ago

The --standalone option causes watchify to exit immediately after writing the bundle. The bundle itself works fine though.

watchify index.js --standalone Module -o module.js

Occurs at least on Windows (8.1, x64). Node version v0.10.25, Watchify version v0.6.3

Rantanen commented 10 years ago

.> could have used search... #36. Sorry!