1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-10 15:50:50 +00:00

removed application.css.scss

This commit is contained in:
2014-12-22 15:18:20 -05:00
parent f08d96457d
commit 4d5cfb0621
2 changed files with 7 additions and 5 deletions

View File

@@ -5,10 +5,11 @@
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
* *
* You're free to add application-wide styles to this file and they'll appear at the top of the * You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file, but it's generally better to create a new file per style scope. * compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
* *
*= require_self
*= require_tree . *= require_tree .
*= require_self
*/ */

View File

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