mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
This reverts commit 2eb5fafeb7
.
See https://github.com/rails/sass-rails/issues/241
This commit is contained in:
parent
2eb5fafeb7
commit
88be09541f
2 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
//= depend_on "../../fonts/bootstrap/glyphicons-halflings-regular.eot"
|
||||
//= depend_on "../../fonts/bootstrap/glyphicons-halflings-regular.svg"
|
||||
//= depend_on "../../fonts/bootstrap/glyphicons-halflings-regular.ttf"
|
||||
//= depend_on "../../fonts/bootstrap/glyphicons-halflings-regular.woff"
|
||||
//= depend_on "bootstrap/glyphicons-halflings-regular.eot"
|
||||
//= depend_on "bootstrap/glyphicons-halflings-regular.svg"
|
||||
//= depend_on "bootstrap/glyphicons-halflings-regular.ttf"
|
||||
//= depend_on "bootstrap/glyphicons-halflings-regular.woff"
|
||||
//
|
||||
// Glyphicons for Bootstrap
|
||||
//
|
||||
|
|
|
@ -19,7 +19,6 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency 'capybara'
|
||||
s.add_development_dependency 'poltergeist'
|
||||
# Dummy Rails app dependencies
|
||||
s.add_development_dependency 'rails', '>= 4.1'
|
||||
s.add_development_dependency 'json', '>= 1.8.1'
|
||||
s.add_development_dependency 'sprockets-rails', '>= 2.1.3'
|
||||
s.add_development_dependency 'autoprefixer-rails', '~> 1.1'
|
||||
|
|
Loading…
Add table
Reference in a new issue