lib/spina.rb in spina-2.3.1 vs lib/spina.rb in spina-2.3.2
- old
+ new
@@ -49,11 +49,10 @@
# Queues for background jobs
# - config.queues.page_updates
self.queues = ActiveSupport::InheritableOptions.new
# An importmap specifically meant for Spina
- self.importmap = ActiveSupport::OrderedOptions.new
- self.importmap.paths = Importmap::Paths.new
+ self.importmap = Importmap::Map.new
# Tailwind purging
# Spina will by default purge all unused Tailwind classes by scanning
# the files listed below. You probably don't want to override this in
# your main app. Spina Plugins can add files to this array.