sethvincent / generator-grunt-static-site

A Yeoman generator for creating static sites that use grunt, browserify, ejs, and deploy to GitHub Pages
MIT License
18 stars 2 forks source link

Proper browserify watch #2

Open gre opened 10 years ago

gre commented 10 years ago

Hi @sethvincent ,

it seems my last fix could be improved because only the app.js is today watched and trigger a re-browserify,

Also I'm wondering if we could use https://github.com/amiorin/grunt-watchify for the browserify watch.

Regards, gre

sethvincent commented 10 years ago

You're right. I'll take a look at grunt-watchify soon. If you happen to try it out and it works well feel free to send a pull request.