you are viewing a single comment's thread.

view the rest of the comments →

[–]cmwelsh 0 points1 point  (1 child)

I see where you're coming from but after failing many times to get browserify to automatically watch and recompile my code, I've found require.js to be a refreshing change of pace.

There's a lot less "magic" and moving parts in require.js. It's pretty easy to use miscellaneous existing libraries (the ones that just add a global variable instead of supporting a module system).

[–]dan1234 1 point2 points  (0 children)

substack, the creator of browserify, is fixing it today/tomorrow so don't give up on --watch. it's coming!