Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rehandalal committed Mar 24, 2015
1 parent 67be210 commit 24fa7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def update_locales(ctx):
def update_assets(ctx):
with ctx.lcd(settings.SRC_DIR):
ctx.local("python2.7 manage.py nunjucks_precompile")
ctx.local("bower install")
ctx.local("python2.7 manage.py collectstatic --noinput")


Expand Down

0 comments on commit 24fa7a5

Please sign in to comment.