Skip to content

Commit

Permalink
Merge branch 'floorplan-vdr' of https://github.com/tarag/openhab-webui
Browse files Browse the repository at this point in the history
…into floorplan-vdr
  • Loading branch information
tarag committed Sep 23, 2021
2 parents a62b0a8 + 784713b commit b7279e5
Show file tree
Hide file tree
Showing 51 changed files with 24,932 additions and 1,811 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target/
src-gen/
bin/
.metadata/
.openapi-generator/
**/.settings/org.eclipse.*
features/*/src/main/history
npm-debug.log
Expand Down
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 b7279e5

Please sign in to comment.