This is not coffeescript

master
Nick Sergeant 2011-10-23 23:17:03 -04:00
parent 88dfc45ac7
commit fb37cec09b
1 changed files with 2 additions and 2 deletions

4
snipt/fabfile.py vendored
View File

@ -8,10 +8,10 @@ def staticfiles():
local('coffee -c %s/media/js/script.coffee' % BASE_PATH)
local('%s/manage.py collectstatic' % BASE_PATH)
def deployall()
def deployall():
staticfiles()
deployapp()
def deployapp()
def deployapp():
local('hgp')
local('hg push-heroku')