diff --git a/lib/client.js b/lib/client.js index 1d01ed2..ab7bad2 100644 --- a/lib/client.js +++ b/lib/client.js @@ -54,7 +54,6 @@ Client.prototype.reload = function reload(files) { command: 'reload', path: file, liveCSS: this.options.liveCSS !== false, - liveJs: this.options.liveJs !== false, liveImg: this.options.liveImg !== false }); }, this); diff --git a/readme.md b/readme.md index a492289..6d30050 100644 --- a/readme.md +++ b/readme.md @@ -153,7 +153,6 @@ See [gulp-livereload](https://github.com/vohof/gulp-livereload) repo. - `cert` - Option to pass in to create an https server - `pfx` - Can also be used to create an https server instead of `key` & `cert` - `liveCSS` - LiveReload option to enable live CSS reloading (defaults to true) -- `liveJs` - LiveReload option to enable live JS reloading (defaults to true) - `liveImg` - LiveReload option to enable live images reloading (defaults to true) ## Tests