gulp-liver
0.0.1 • Public • Published 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
Package Sidebar
Install
Weekly Downloads