Skip to content

Commit

Permalink
Generate bootstrap 3 into the app
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Dec 17, 2018
1 parent 8b37026 commit 14fbe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/blacklight/assets_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Assets < Rails::Generators::Base

# This could be skipped if you want to use webpacker
def add_javascript_dependencies
gem 'bootstrap', '~> 4.0'
gem 'bootstrap-sass', '~> 3.0'
gem 'popper_js'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
end
Expand Down

0 comments on commit 14fbe4a

Please sign in to comment.