mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 17:15:24 +02:00
Merge pull request #548 from jankeromnes/patch-1
Use 'grunt fastBuild' in Gitpod to build the app faster
This commit is contained in:
commit
379d7abb57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue