Skip to content

Commit

Permalink
fix path to app-tests.js which shall be removed in deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
pangratz committed Apr 7, 2012
1 parent da4a544 commit fb2464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -21,7 +21,7 @@ task :deploy do
`git checkout -b gh-pages`
`cp ../index.html .`
`cp -r ../assets .`
`rm app-tests.js`
`rm assets/app-tests.js`
`git add .`
`git commit -m 'Site updated at #{Time.now.utc}'`
`git push -f origin gh-pages`
Expand Down

0 comments on commit fb2464d

Please sign in to comment.