gulp-liver

0.0.1 • Public • Published

gulp-liver

Build Status David DM

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

Readme

Keywords

Package Sidebar

Install

npm i gulp-liver

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • yunghwakwon