1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

set up config/application.rb to use bootstrap

This commit is contained in:
2014-12-22 15:11:41 -05:00
parent fbf33eafc3
commit f08d96457d

View File

@@ -19,5 +19,7 @@ module Wrestling
# 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.default_locale = :de
#Add Bootstrap SAAS to asset pipeline
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
end
end