Skip to content

Commit

Permalink
Fix failing subsequent builds by upgrading to Gulp 4.x - Fixes #241 (#…
Browse files Browse the repository at this point in the history
…1113)

Signed-off-by: Rogier Hofboer <[email protected]>
  • Loading branch information
rogierhofboer authored Aug 25, 2021
1 parent e705ec7 commit f3fe725
Show file tree
Hide file tree
Showing 4 changed files with 1,807 additions and 1,697 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.ui.basic/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
.pipe(gulp.dest("./src/main/resources/web"));
});

gulp.task("default", [ "css", "copyFontLibs", "eslint", "js" ]);
gulp.task("default", gulp.parallel("css", "copyFontLibs", gulp.series("eslint", "js")));
})();
7 changes: 0 additions & 7 deletions bundles/org.openhab.ui.basic/npm-shrinkwrap.json

This file was deleted.

Loading

0 comments on commit f3fe725

Please sign in to comment.