Update "paver i18n_dummy" to compile assets

This commit is contained in:
Sarina Canelake
2015-01-28 15:10:15 -05:00
parent dce62ed600
commit 88fdf5f641

View File

@@ -63,6 +63,9 @@ def i18n_dummy():
"""
cmd = "i18n_tool dummy"
sh(cmd)
# Need to then compile the new dummy strings
cmd = "i18n_tool generate"
sh(cmd)
@task