Skip to content

Commit 1704ed4

Browse files
committed
Merge pull request #946 from projectblacklight/bootstrap-sprockets
Proposal: Add Bootstrap sprockets include
2 parents 611feb0 + ec145c3 commit 1704ed4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

blacklight.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.summary = "Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index."
1212
s.description = %q{Blacklight is an open source Solr user interface discovery platform. You can use Blacklight to enable searching and browsing of your collections. Blacklight uses the Apache Solr search engine to search full text and/or metadata.}
1313
s.license = "Apache 2.0"
14-
14+
1515
s.files = `git ls-files`.split("\n")
1616
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
1717
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.add_dependency "nokogiri", "~>1.6" # XML Parser
2222
s.add_dependency "kaminari", "~> 0.13" # the pagination (page 1,2,3, etc..) of our search results
2323
s.add_dependency "rsolr", "~> 1.0.6" # Library for interacting with rSolr.
24-
s.add_dependency "bootstrap-sass", "~> 3.0"
24+
s.add_dependency "bootstrap-sass", "~> 3.2"
2525
s.add_dependency "deprecation"
2626

2727
s.add_development_dependency "jettywrapper", ">= 1.7.0"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import 'bootstrap-sprockets';
2+
13
@import 'bootstrap';
24

35
@import 'blacklight/blacklight';

0 commit comments

Comments
 (0)