Merge pull request #548 from jankeromnes/patch-1

Use 'grunt fastBuild' in Gitpod to build the app faster
This commit is contained in:
Peter Cottle 2019-02-27 10:18:30 -08:00 committed by GitHub
commit 379d7abb57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,4 @@ ports:
onOpen: open-preview
tasks:
- init: npm install && npm install -g grunt-cli
command: grunt build && python3 -m http.server 8000
command: grunt fastBuild && python3 -m http.server 8000