Skip to content

Commit

Permalink
Revert "sprockets: depend_on relative path #592 #689"
Browse files Browse the repository at this point in the history
This reverts commit 2eb5faf.
See rails/sass-rails#241
  • Loading branch information
glebm committed Aug 23, 2014
1 parent 2eb5faf commit 88be095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/stylesheets/bootstrap/_glyphicons.scss
Original file line number Diff line number Diff line change
@@ -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
//
Expand Down
1 change: 0 additions & 1 deletion bootstrap-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 88be095

Please sign in to comment.