browserify / watchify

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

Print out compile errors in the browser #93

Closed mafintosh closed 10 years ago

mafintosh commented 10 years ago

This will make the bundle file print to console.error in the browser in case there was an error compiling

ghost commented 10 years ago

Merged in 2.0.0. Thanks for the patch!

guybrush commented 10 years ago

wow! that is pretty cool, thx!

zertosh commented 9 years ago

There is also errorify that does a little more if you're using watchify via the API.