0.0.1 • Published 10 years ago
gulp-liver v0.0.1
gulp-liver
Livereload for gulp
Install
npm install gul-liver --save-dev
Example
gulp.task("livereload", function(done) {
var lr = new Livereload();
lr.watch(__dirname+"/public").start({
port: 35729,
host: "localhost",
}, done);
});
License
MIT
0.0.1
10 years ago