diff --git a/snipt/fabfile.py b/snipt/fabfile.py index e7db00b..5cbe322 100644 --- a/snipt/fabfile.py +++ b/snipt/fabfile.py @@ -15,7 +15,7 @@ def staticfiles(): local('hg push') except: pass - #local('%s/manage.py collectstatic' % BASE_PATH) + local('%s/manage.py collectstatic' % BASE_PATH) def deployall(): staticfiles()