Fix bootstrap install mistakes
This commit is contained in:
parent
b0bbe9c7ae
commit
29c97151cf
3 changed files with 2 additions and 1 deletions
|
@ -11,4 +11,3 @@
|
|||
*= require_self
|
||||
*= require_tree .
|
||||
*/
|
||||
@import "boostrap"
|
||||
|
|
1
app/assets/stylesheets/custom.css.scss
Normal file
1
app/assets/stylesheets/custom.css.scss
Normal file
|
@ -0,0 +1 @@
|
|||
@import "bootstrap";
|
|
@ -19,5 +19,6 @@ module Tack2us
|
|||
# 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
|
||||
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue