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 1f4ec4e commit 418182dCopy full SHA for 418182d
lib/hotsheet/engine.rb
@@ -5,5 +5,6 @@ class Hotsheet::Engine < Rails::Engine
5
6
if config.respond_to? :assets
7
config.assets.paths << Hotsheet::Engine.root.join("app/assets")
8
+ config.assets.precompile << %w[hotsheet.css hotsheet.js]
9
end
10
0 commit comments