-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deployment) production and images
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# the only other step is updating index.html file! | ||
jspm bundle-sfx --minify app.js | ||
rm bundled/build.js* | ||
mv build.js* bundled/ | ||
s3cmd sync bundled/index.html s3://play.quantumgame.io/ | ||
s3cmd sync bundled/build.js s3://play.quantumgame.io/ | ||
s3cmd sync --recursive css s3://play.quantumgame.io/ | ||
s3cmd sync --recursive sounds s3://play.quantumgame.io/ | ||
s3cmd sync bg.jpg s3://play.quantumgame.io/ | ||
s3cmd sync logo.svg s3://play.quantumgame.io/ | ||
s3cmd sync favicon.ico s3://play.quantumgame.io/ |