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:
parent
90a9546f32
commit
ed8011f792
1 changed files with 1 additions and 0 deletions
|
@ -5,3 +5,4 @@ Rails.application.config.assets.version = "1.0"
|
||||||
|
|
||||||
# Add additional assets to the asset load path.
|
# Add additional assets to the asset load path.
|
||||||
Rails.application.config.assets.paths << "app/components"
|
Rails.application.config.assets.paths << "app/components"
|
||||||
|
Rails.application.config.importmap.cache_sweepers << Rails.root.join("app/components")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue