Workiva / wGulp

Opinionated Suite of Gulp Tasks for JavaScript and TypeScript projects.
Apache License 2.0
12 stars 9 forks source link

Livereload support in watch tasks #87

Open maxwellpeterson-wf opened 10 years ago

maxwellpeterson-wf commented 10 years ago

Reminder to self: https://github.com/shama/gaze Bind to .on('added') to avoid reloading when files are cleaned.

@theisensanders-wf requested this.

theisensanders-wf commented 10 years ago

Just recently discovered http://www.browsersync.io/ Might be worth looking into.