We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7840812 commit cdecd67Copy full SHA for cdecd67
lib/hotwire/spark/engine.rb
@@ -12,6 +12,10 @@ class Engine < ::Rails::Engine
12
html_paths: %w[ app/controllers app/helpers app/models app/views ],
13
stimulus_paths: %w[ app/javascript/controllers ]
14
15
+ initializer "mission_control-jobs.assets" do |app|
16
+ app.config.assets.paths << root.join("app/assets/javascripts")
17
+ end
18
+
19
initializer "hotwire_spark.config" do |app|
20
config.hotwire.spark.each do |key, value|
21
Hotwire::Spark.send("#{key}=", value)
0 commit comments