Skip to content

Commit

Permalink
sprockets: depend_on relative path twbs#592 twbs#689
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Aug 23, 2014
1 parent 5ab84d6 commit 2eb5faf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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 "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"
//= 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"
//
// Glyphicons for Bootstrap
//
Expand Down
1 change: 1 addition & 0 deletions bootstrap-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ 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 2eb5faf

Please sign in to comment.