Skip to content

Commit

Permalink
fix: removed old folder ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Wänqvist committed Oct 20, 2024
1 parent 97d84fc commit f17fe29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f17fe29

Please sign in to comment.