Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 26, 2023
1 parent 21f0a5d commit 2090dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )

# These files are fetched from within other js assets
# so they do not support rails sprockets renaming them
# We need to provide them as assets without digest
Rails.application.config.assets.nodigest = ['*.nodigest.js', '*.load_by_url']

0 comments on commit 2090dca

Please sign in to comment.