Skip to content

Commit

Permalink
Serve dist files for development/testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
RatJuggler committed Feb 18, 2021
1 parent 208f28c commit e55d924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"ui-build": "node_modules/.bin/gulp rebuild",
"gh-pages-build": "node_modules/.bin/gulp ghPagesBuild",
"dist-start": "browser-sync start --server 'dist/public' --files 'dist/public'",
"html-start": "browser-sync start --server 'public' --files 'public'",
"template-start": "nodemon -w src/main/webapp -e js,twig src/main/webapp/app.js src/main/webapp/templates shared-resources/src/main/resources/data ../../../public http://localhost:8001 http://localhost:8002"
},
Expand Down

0 comments on commit e55d924

Please sign in to comment.