Gulp-reloader
Gulp Plugin of devtools-reloader-station to reload tabs on file changes.
You may need Chrome Extension to finish the job in the browser part.
Usage
npm --save-dev gulp-reloader
reloader = require 'gulp-reloader' gulptask 'watch'-> reloaderlisten gulp src 'coffee/*' pipe compile # implement by yourself pipe reloader'patterns in url'
Since 0.0.2
there's a 300ms
debounce in case of frequent file changes.
License
MIT