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
}