Skip to content

Commit c3a0598

Browse files
committed
precompile assets
1 parent b171f2e commit c3a0598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module BootstrapWysihtml5Rails
22
module Rails
33
class Engine < ::Rails::Engine
4+
initializer "BootstrapWysihtml5Rails precompile hook", :group => :all do |app|
5+
app.config.assets.precompile += %w(bootstrap-wysihtml5.css bootstrap-wysihtml5.js bootstrap-wysihtml5/wysiwyg-color.css)
6+
end
47
end
58
end
69
end

0 commit comments

Comments
 (0)