Skip to content

Commit

Permalink
Merge pull request #3404 from projectblacklight/swap-osd-asset-order
Browse files Browse the repository at this point in the history
[4.x] Swap the order of the openseadragon asset paths
  • Loading branch information
corylown authored Jan 17, 2025
2 parents 466abb9 + c231cc4 commit b564bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/spotlight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def configure_osd_for_sprockets

append_to_file 'config/initializers/assets.rb' do
<<~CONTENT
Rails.application.config.assets.paths << Rails.root.join('node_modules/openseadragon/build/openseadragon')
Rails.application.config.assets.paths << Rails.root.join('node_modules/openseadragon/build/openseadragon/images')
Rails.application.config.assets.paths << Rails.root.join('node_modules/openseadragon/build/openseadragon')
CONTENT
end

Expand Down

0 comments on commit b564bce

Please sign in to comment.