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

Revert "sprockets: depend_on relative path #592 #689"

This reverts commit 2eb5fafeb7.
See https://github.com/rails/sass-rails/issues/241
This commit is contained in:
Gleb Mazovetskiy 2014-08-24 01:25:15 +02:00
parent 2eb5fafeb7
commit 88be09541f
2 changed files with 4 additions and 5 deletions

View file

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

View file

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