Added i18n debugging

This commit is contained in:
Godwin
2017-09-06 19:11:10 -07:00
parent a54546976d
commit dc92aa9013
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -71,6 +71,12 @@ task :i18n do
end
end
task 'i18n:debug' do
ENV['I18N_DEBUG'] = '1'
Rake::Task['i18n'].execute
ENV['I18N_DEBUG'] = '0'
end
task :css do
ENV['CSS_TEST'] = '1'
Rake::Task['cucumber:run'].execute
File diff suppressed because one or more lines are too long