Skip to content

Commit

Permalink
build server for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
clkao committed Sep 2, 2012
1 parent 8543a45 commit 5974d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -17,7 +17,7 @@ client :: jade
run :: server
node server/app.js

heroku :: all
heroku :: server
rm -rf _public && git checkout heroku && git merge master && scripts/compile-jade.sh && brunch b -m && git add -A -f server lib _public && git commit -m 'regen' && git push heroku heroku:master -f && git checkout master

.SUFFIXES: .jade .html .ls .js

0 comments on commit 5974d47

Please sign in to comment.