tmaximini / generator-ionic-gulp

A Yeoman generator for fast hybrid app development that stays out of your way
134 stars 36 forks source link

Fixing livereload bug with browserify #18

Closed Qwerios closed 8 years ago

Qwerios commented 8 years ago

I found an infinite reload problem with live reload when using browserify. The bundle.js was not properly excluded from the gulp watches. I've amended the gulpfile and bumped the version for the fix.

Sorry this one slipped past me.

tmaximini commented 8 years ago

Thanks, I cant publish atm as I am on the road but will publish the fix to npm asap.

Qwerios commented 8 years ago

Much appreciated