Use 'grunt fastBuild' in Gitpod to build the app faster

This commit is contained in:
Jan Keromnes 2019-02-27 08:59:21 +01:00 committed by GitHub
parent db0022391f
commit 21d8bf2858
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