Skip to content

Commit

Permalink
Specify bootstrap version 4.6.2 in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Feb 27, 2023
1 parent 627d573 commit 8849b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'bundler'

DEFAULT_BLACKLIGHT_OPTIONS = '--devise'
DEFAULT_BLACKLIGHT_OPTIONS = '--devise --bootstrap-version="4.6.2"'
DEFAULT_SPOTLIGHT_OPTIONS = '-f --openseadragon --mailer_default_url_host=localhost:3000'
blacklight_options = ENV.fetch('BLACKLIGHT_INSTALL_OPTIONS', DEFAULT_BLACKLIGHT_OPTIONS)
spotlight_options = ENV.fetch('SPOTLIGHT_INSTALL_OPTIONS', DEFAULT_SPOTLIGHT_OPTIONS)
Expand Down

0 comments on commit 8849b4a

Please sign in to comment.