Skip to content

Commit

Permalink
updated sprite references
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbbottam committed Aug 23, 2015
1 parent 873fe1a commit 02f852f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
git config user.email "sarbbottam@gmail.com"
cp ../example/index.html ./index.html
cp ../example/main.css ./main.css
cp ../example/sprites.png ./sprites.png
cp ../example/coffee.png ./coffee.png
cp ../example/fruit.png ./fruit.png
cp ../example/main.js ./main.js
git add .
git commit -m "initial commit"
Expand Down

0 comments on commit 02f852f

Please sign in to comment.