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

Fix the Browserify watch #1

Closed gre closed 11 years ago

gre commented 11 years ago

Hi, I'm not exactly understanding the reason but the "*.js" catch in the assets was preventing the browserify watch to work.

PS: not sure if it's related to a new nodejs version but I'm using node v0.10.21 under OS X 10.9

sethvincent commented 11 years ago

Thanks! That's a good fix.