1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-21 22:29:38 +02:00

Add cache sweeper for components directory

This commit is contained in:
Zach Gollwitzer 2025-04-30 20:37:23 -04:00
parent 90a9546f32
commit ed8011f792

View file

@ -5,3 +5,4 @@ Rails.application.config.assets.version = "1.0"
# Add additional assets to the asset load path.
Rails.application.config.assets.paths << "app/components"
Rails.application.config.importmap.cache_sweepers << Rails.root.join("app/components")