From 85d881011b693f788da31528cadbe9227ed3818b Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Sun, 1 Jan 2017 17:04:58 +0200 Subject: Adds SVG sprite to watch task --- gulpfile.babel.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.babel.js') diff --git a/gulpfile.babel.js b/gulpfile.babel.js index fd93ae4..06f9435 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -67,6 +67,7 @@ gulp.task("server", ["hugo", "css", "js", "svg"], () => { }); gulp.watch("./src/js/**/*.js", ["js"]); gulp.watch("./src/css/**/*.css", ["css"]); + gulp.watch("./site/static/img/icons/*.svg", ["svg"]); gulp.watch("./site/**/*", ["hugo"]); }); -- cgit v1.3