Skip to content

Commit

Permalink
Merge pull request #2456 from edx/gprice/i18n-extract-dependency
Browse files Browse the repository at this point in the history
Make assets:coffee a dependency of i18n:extract
  • Loading branch information
Greg Price committed Feb 6, 2014
2 parents 44d7d95 + 88d3998 commit e1c36aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/i18n.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e1c36aa

Please sign in to comment.