mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-14 06:58:56 +02:00
Use 'grunt fastBuild' in Gitpod to build the app faster
This commit is contained in:
parent
db0022391f
commit
21d8bf2858
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ ports:
|
||||||
onOpen: open-preview
|
onOpen: open-preview
|
||||||
tasks:
|
tasks:
|
||||||
- init: npm install && npm install -g grunt-cli
|
- init: npm install && npm install -g grunt-cli
|
||||||
command: grunt build && python3 -m http.server 8000
|
command: grunt fastBuild && python3 -m http.server 8000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue