Skip to content

Commit

Permalink
Merge pull request #143 from dnoneill/main
Browse files Browse the repository at this point in the history
patch for spotlight. Add newline to blacklight-gallery addition to co…
  • Loading branch information
jcoyne authored Apr 11, 2024
2 parents 45b625a + 7ead5c4 commit b563273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/blacklight_gallery/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def add_openseadragon

def assets
copy_file "blacklight_gallery.css.scss", "app/assets/stylesheets/blacklight_gallery.css.scss"
append_to_file 'app/assets/config/manifest.js', "\n//= link blacklight_gallery/manifest.js"
append_to_file 'app/assets/config/manifest.js', "\n//= link blacklight_gallery/manifest.js\n"
copy_file "blacklight_gallery.js", "app/assets/javascripts/blacklight_gallery.js"

insert_into_file "app/assets/javascripts/application.js", after: '//= require blacklight/blacklight' do
Expand Down

0 comments on commit b563273

Please sign in to comment.