Skip to content

Commit 418182d

Browse files
committed
Precompile assets
1 parent 1f4ec4e commit 418182d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/hotsheet/engine.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ class Hotsheet::Engine < Rails::Engine
55

66
if config.respond_to? :assets
77
config.assets.paths << Hotsheet::Engine.root.join("app/assets")
8+
config.assets.precompile << %w[hotsheet.css hotsheet.js]
89
end
910
end

0 commit comments

Comments
 (0)