chore: fix watchers in dev mode (#913)

This commit is contained in:
Nolan Lawson 2019-01-26 09:34:05 -08:00 committed by GitHub
parent c5394524df
commit 95336e0657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const DEBOUNCE = 500
const builders = [
{
watch: 'scss',
watch: 'src/scss',
comment: '<!-- inline CSS -->',
rebuild: buildSass
},
@ -24,7 +24,7 @@ const builders = [
rebuild: buildInlineScript
},
{
watch: 'bin/svgs.js',
watch: 'src/bin/svgs.js',
comment: '<!-- inline SVG -->',
rebuild: buildSvg
}