mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Skip redundant files when using generators
This commit is contained in:
parent
386628a602
commit
ac975f65c7
1 changed files with 6 additions and 0 deletions
|
@ -26,5 +26,11 @@ module Internetee
|
||||||
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
||||||
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
||||||
# config.i18n.default_locale = :de
|
# config.i18n.default_locale = :de
|
||||||
|
|
||||||
|
config.generators do |g|
|
||||||
|
g.stylesheets false
|
||||||
|
g.javascripts false
|
||||||
|
g.helper false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue