1
0
Fork 0

Fix bootstrap install mistakes

This commit is contained in:
Andrew Tomaka 2014-02-14 10:41:33 -05:00
parent b0bbe9c7ae
commit 29c97151cf
3 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,3 @@
*= require_self
*= require_tree .
*/
@import "boostrap"

View File

@ -0,0 +1 @@
@import "bootstrap";

View File

@ -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