Skip to content

Commit

Permalink
Disable loading bootstrap-sass at runtime.
Browse files Browse the repository at this point in the history
It will complain about needing Rails or Compass, but we've actually
inlined their SASS files already anyway.
  • Loading branch information
lazyatom committed Nov 14, 2013
1 parent 2db3c6d commit e30a590
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'jekyll'
gem 'kramdown'
gem 'bootstrap-sass', git: 'https://github.com/thomas-mcdonald/bootstrap-sass.git', branch: '3'
# gem 'bootstrap-sass', git: 'https://github.com/thomas-mcdonald/bootstrap-sass.git', branch: '3'
gem 'jekyll-assets'
gem 'uglifier'
gem 'rake'
10 changes: 0 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/thomas-mcdonald/bootstrap-sass.git
revision: 0e88056ac5d58fb0bbd23d3fe929eac01712d964
branch: 3
specs:
bootstrap-sass (3.0.0.0)
sass (~> 3.2)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -44,7 +36,6 @@ GEM
rake (0.9.6)
redcarpet (2.3.0)
safe_yaml (0.7.1)
sass (3.2.12)
sprockets (2.10.0)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -60,7 +51,6 @@ PLATFORMS
ruby

DEPENDENCIES
bootstrap-sass!
jekyll
jekyll-assets
kramdown
Expand Down

0 comments on commit e30a590

Please sign in to comment.