From f17fe297d53761bf0ea6ff587e59d26f02ea1e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20W=C3=A4nqvist?= Date: Sun, 20 Oct 2024 15:17:47 +0200 Subject: [PATCH] fix: removed old folder ref --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 482632c..27ad433 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -143,7 +143,7 @@ function buildSource() { // sending to dumber. return merge2( gulp.src('src/**/*.json'), - gulp.src('data/**/*.json'), + // gulp.src('data/**/*.json'), buildJs('src/**/*.ts'), buildHtml('src/**/*.html'), buildCss('src/**/*.css')