chore: fix watchers in dev mode (#913)
This commit is contained in:
parent
c5394524df
commit
95336e0657
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue