Fix data path
This commit is contained in:
parent
06ba111392
commit
827e6c1cde
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Use hippie
|
||||
// const hippie = require('hippie/hippie');
|
||||
|
||||
// Setup project
|
||||
const config = require('./gulp/config');
|
||||
|
||||
|
|
@ -274,7 +277,7 @@ function code2() {
|
|||
|
||||
|
||||
function overview() {
|
||||
watch([input.templates, input.screens, config.frontendData], series(nunjucks, reload));
|
||||
watch([input.templates, input.screens, config.frontendData + 'data/**/*.json'], series(nunjucks, reload));
|
||||
// watch(input.style, series(styleLint, style, reload));
|
||||
watch(input.style, series(style, reload));
|
||||
// watch(input.code, series(codeLint, code, reload));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue