1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

sass head compat

This commit is contained in:
Gleb Mazovetskiy 2013-12-08 22:24:56 +01:00
parent 6952447dba
commit 3185802fa1
3 changed files with 3 additions and 4 deletions

View file

@ -14,4 +14,4 @@ class CompilationTest < Test::Unit::TestCase
end end
end end
end end
end end

View file

@ -1,9 +1,9 @@
require File.expand_path('../boot', __FILE__) require File.expand_path('../boot', __FILE__)
require 'action_controller/railtie' require 'rails'
require 'sprockets/railtie'
Bundler.require(*Rails.groups) Bundler.require(*Rails.groups)
require 'sass-rails' require 'sass-rails'
require 'jquery-rails' require 'jquery-rails'
require 'slim-rails' require 'slim-rails'

View file

@ -3,7 +3,6 @@ source "https://rubygems.org"
gem 'sass', '~> 3.3.0.rc.2' gem 'sass', '~> 3.3.0.rc.2'
gem 'compass', '~> 1.0.0.alpha.15' gem 'compass', '~> 1.0.0.alpha.15'
platform :rbx do platform :rbx do
gem 'rubysl', '~> 2.0' gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0' gem 'rubysl-test-unit', '~> 2.0'