config.paths.html represents the path to your HTML file.
config.paths.html
gulp.task("watch", function() { gulp.watch(config.paths.html, ["html"]); });
The task should be added to default as well:
gulp.task("default", ["html", "watch"]);
Topic Id: 5026
Example Ids: 17742
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service