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 b171f2e commit c3a0598Copy full SHA for c3a0598
lib/bootstrap-wysihtml5-rails/engine.rb
@@ -1,6 +1,9 @@
1
module BootstrapWysihtml5Rails
2
module Rails
3
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
7
end
8
9
0 commit comments