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