Skip to content

Commit

Permalink
Fixed bug in midi export, updated to modern gcloud website deployment…
Browse files Browse the repository at this point in the history
… method.
  • Loading branch information
johnnesky committed Aug 29, 2019
1 parent 2f15ad8 commit db55869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions beepbox-synth/app.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
application: beepbox-synth
version: 2-1
runtime: python27
api_version: 1
threadsafe: true

default_expiration: "3h"

libraries:
- name: pycrypto
version: latest

#skip_files:
#- ^(.*/)?app\.yaml
#- ^(.*/)?app\.yml
Expand Down
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

appcfg.py update beepbox-synth/
gcloud app deploy --project beepbox-synth beepbox-synth/app.yaml
#appcfg.py update beepbox-synth/
2 changes: 1 addition & 1 deletion ts/ExportPrompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ module beepbox {
unrolledBars.push(bar);
}
}
if (enableIntro.checked) {
if (enableOutro.checked) {
for (let bar: number = doc.song.loopStart + doc.song.loopLength; bar < doc.song.bars; bar++) {
unrolledBars.push(bar);
}
Expand Down

0 comments on commit db55869

Please sign in to comment.