We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app:build
1 parent ca849b2 commit a128f55Copy full SHA for a128f55
Taskfile.yaml
@@ -39,10 +39,12 @@ tasks:
39
app:build:
40
desc: "Copy app files (python, assets, app.yaml) to a build directory"
41
cmds:
42
+ - rm -rf build/scratch-arduino-app/
43
- mkdir -p build/scratch-arduino-app
44
- cp ./app.yaml build/scratch-arduino-app/app.yaml
- - cp -r ./sketch/ build/scratch-arduino-app/sketch
45
- - cp -r ./python/ build/scratch-arduino-app/python
+ - cp -r ./sketch build/scratch-arduino-app/sketch
46
+ - cp -r ./python build/scratch-arduino-app/python
47
+ - cp -r ./certs build/scratch-arduino-app/certs
48
- task scratch:build
49
- mkdir -p build/scratch-arduino-app/assets
50
- cp scratch-editor/packages/scratch-gui/build/index.html build/scratch-arduino-app/assets/index.html
0 commit comments