Fix data path

This commit is contained in:
Stephan Hagedorn 2021-03-13 13:50:03 +01:00
parent 06ba111392
commit 827e6c1cde

View file

@ -1,3 +1,6 @@
// Use hippie
// const hippie = require('hippie/hippie');
// Setup project // Setup project
const config = require('./gulp/config'); const config = require('./gulp/config');
@ -274,7 +277,7 @@ function code2() {
function overview() { 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(styleLint, style, reload));
watch(input.style, series(style, reload)); watch(input.style, series(style, reload));
// watch(input.code, series(codeLint, code, reload)); // watch(input.code, series(codeLint, code, reload));