Skip to content

Commit

Permalink
Fixed assets not compiling when application not initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed May 16, 2012
1 parent 4914510 commit 19c4d22
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 19c4d22

Please sign in to comment.