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

sprockets: depend_on relative path #592 #689

This commit is contained in:
Gleb Mazovetskiy 2014-08-23 23:39:54 +02:00
parent 5ab84d6bd4
commit 2eb5fafeb7
2 changed files with 5 additions and 4 deletions

View file

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

View file

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