browserify / watchify

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

browserify --node option does not work #268

Closed sleman closed 9 years ago

sleman commented 9 years ago

Tried running --node option with watchify and it gets silently ignored even though watchify should have same options as browserify.

Docs state Use watchify with all the same options as browserify except that -o (or --outfile) is mandatory..

zertosh commented 9 years ago

The option works. It probably didn't seem to work because of https://github.com/substack/node-browserify/pull/1361. Please open a new issue if you're still having problems.