Skip to content

Commit

Permalink
Merge pull request galetahub#125 from adrianmacneil/precompile-assets…
Browse files Browse the repository at this point in the history
…-fix

Fix assets not compiling with initialize_on_precompile = false
  • Loading branch information
galetahub committed May 16, 2012
2 parents 4914510 + 19c4d22 commit 3fd59a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ckeditor/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Engine < ::Rails::Engine

config.action_view.javascript_expansions[:ckeditor] = "ckeditor/ckeditor"

initializer "ckeditor.assets_precompile" do |app|
initializer "ckeditor.assets_precompile", :group => :assets do |app|
app.config.assets.precompile += Ckeditor.assets
end

Expand Down

0 comments on commit 3fd59a2

Please sign in to comment.