aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js1
1 files changed, 1 insertions, 0 deletions
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"]);
});