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 = [
|
const builders = [
|
||||||
{
|
{
|
||||||
watch: 'scss',
|
watch: 'src/scss',
|
||||||
comment: '<!-- inline CSS -->',
|
comment: '<!-- inline CSS -->',
|
||||||
rebuild: buildSass
|
rebuild: buildSass
|
||||||
},
|
},
|
||||||
|
@ -24,7 +24,7 @@ const builders = [
|
||||||
rebuild: buildInlineScript
|
rebuild: buildInlineScript
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
watch: 'bin/svgs.js',
|
watch: 'src/bin/svgs.js',
|
||||||
comment: '<!-- inline SVG -->',
|
comment: '<!-- inline SVG -->',
|
||||||
rebuild: buildSvg
|
rebuild: buildSvg
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue