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

Make assets:coffee a dependency of i18n:extract
This commit is contained in:
Greg Price
2014-02-06 13:35:25 -05:00

View File

@@ -9,7 +9,7 @@ directory I18N_REPORT_DIR
namespace :i18n do
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"))
end