From 95336e06575272c7cc1e8bc66b948943df54e42f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 26 Jan 2019 09:34:05 -0800 Subject: [PATCH] chore: fix watchers in dev mode (#913) --- bin/build-template-html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-template-html.js b/bin/build-template-html.js index 5a621cc..2ee9ae6 100644 --- a/bin/build-template-html.js +++ b/bin/build-template-html.js @@ -14,7 +14,7 @@ const DEBOUNCE = 500 const builders = [ { - watch: 'scss', + watch: 'src/scss', comment: '', rebuild: buildSass }, @@ -24,7 +24,7 @@ const builders = [ rebuild: buildInlineScript }, { - watch: 'bin/svgs.js', + watch: 'src/bin/svgs.js', comment: '', rebuild: buildSvg }