diff --git a/beepbox-synth/app.yaml b/beepbox-synth/app.yaml index 60a14112..9823c185 100755 --- a/beepbox-synth/app.yaml +++ b/beepbox-synth/app.yaml @@ -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 diff --git a/deploy.sh b/deploy.sh index 5f62246e..27be16b5 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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/ diff --git a/ts/ExportPrompt.ts b/ts/ExportPrompt.ts index cf45477a..b2411920 100644 --- a/ts/ExportPrompt.ts +++ b/ts/ExportPrompt.ts @@ -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); }