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")