Skip to content

Commit

Permalink
Compiling PO files on deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed May 3, 2014
1 parent 8cc847a commit 00b7e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fabfile.py
Expand Up @@ -13,6 +13,7 @@
@fab.roles('prod')
def deploy():
fab.execute(build)
fab.execute(babel_compile)
fab.execute(upload)
fab.execute(install)
fab.execute(clean)
Expand Down

0 comments on commit 00b7e9f

Please sign in to comment.