Added i18n debugging
This commit is contained in:
parent
a54546976d
commit
dc92aa9013
6
Rakefile
6
Rakefile
@ -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
Loading…
x
Reference in New Issue
Block a user