Skip to content

Commit

Permalink
- gulpfile.js: Removed deprecated reference gulpfile.js
Browse files Browse the repository at this point in the history
- webpack.config.js: Updated support for multiple builds
- .gitignore: Remove dist files from commits
- index.j2: Changed vendor builds to include bundle name (support multiple vendor builds)
  • Loading branch information
kfitzgerald committed Nov 2, 2022
1 parent 8c4ab70 commit 3edf75c
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 14,669 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.idea
node_modules
bower_components
ui/static/dist/*/tmp
ui/static/dist/*
coverage
.nyc_output

0 comments on commit 3edf75c

Please sign in to comment.