Commit e1c36aa5 by Greg Price

Merge pull request #2456 from edx/gprice/i18n-extract-dependency

Make assets:coffee a dependency of i18n:extract
parents 44d7d952 88d3998c
...@@ -9,7 +9,7 @@ directory I18N_REPORT_DIR ...@@ -9,7 +9,7 @@ directory I18N_REPORT_DIR
namespace :i18n do namespace :i18n do
desc "Extract localizable strings from sources" desc "Extract localizable strings from sources"
task :extract => "i18n:validate:gettext" do task :extract => ["i18n:validate:gettext", "assets:coffee"] do
sh(File.join(REPO_ROOT, "i18n", "extract.py")) sh(File.join(REPO_ROOT, "i18n", "extract.py"))
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment