ft-interactive / generator-ftnewsapp

0 stars 0 forks source link

Make browserify faster on live reloads #8

Open callumlocke opened 10 years ago

callumlocke commented 10 years ago

Look into using watchify.

callumlocke commented 10 years ago

grunt-browserify is close to releasing v2.0 which fixes this by using a watchify (or a watchify-like approach)

callumlocke commented 10 years ago

v0.4.1 updates it to use grunt-browserify 2.1.1 with watch:true...

supposedly this uses watchify and makes it faster; i'm not convinced it's caused any speedup; suspect they've not actually configured watchify correctly, possibly

investigate