1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Use 'bootstrap-sass' gem

This commit is contained in:
Philipp Fischbeck 2014-12-10 16:55:17 +01:00
parent 4b8deec047
commit 5bbf385fdf
6 changed files with 15 additions and 2 deletions

View File

@ -23,6 +23,9 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
gem 'bootstrap-sass', '~> 3.3.1'
gem 'autoprefixer-rails'
gem 'will_paginate', '~> 3.0.6'
gem 'will_paginate-bootstrap'

View File

@ -28,6 +28,10 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
autoprefixer-rails (4.0.2.1)
execjs
bootstrap-sass (3.3.1.0)
sass (~> 3.2)
builder (3.2.2)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
@ -112,6 +116,8 @@ PLATFORMS
x86-mingw32
DEPENDENCIES
autoprefixer-rails
bootstrap-sass (~> 3.3.1)
coffee-rails (~> 4.0.0)
jbuilder (~> 2.0)
jquery-rails

View File

@ -13,4 +13,5 @@
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require bootstrap-sprockets
//= require_tree .

View File

@ -13,3 +13,6 @@
*= require_tree .
*= require_self
*/
@import "bootstrap-sprockets";
@import "bootstrap";

View File

@ -1,3 +1,3 @@
// Place all the styles related to the Problems controller here.
// They will automatically be included in application.css.
// They will automatically be included in application.css.scss.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@ -4,5 +4,5 @@
Rails.application.config.assets.version = '1.0'
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# application.js, application.css.scss, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )