0.0.2 • Published 10 years ago
gulp-reloader v0.0.2
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'
gulp.task 'watch', ->
reloader.listen()
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