-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have additional importmap files configured via:
Rails.application.configure do
config.importmap.paths << Rails.root.join("config/importmap-packages-lock.rb")
end
When I run bin/importmap outdated
(for example), it doesn't list the packages in that additional file, only the ones in config/importmap.rb
. I think that's because this line doesn't configure any paths, and the default only includes config/importmap.rb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request