Skip to content

Commit

Permalink
Precompile language file for CKEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
toupeira committed Apr 1, 2015
1 parent 84dd716 commit d546d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Application < Rails::Application

# List of assets to precompile
config.assets.precompile += %w( ie6.css katalog_internal.css print.css)
config.assets.precompile += Ckeditor.assets
config.assets.precompile += Ckeditor.assets + [ 'ckeditor/lang/de.js' ]

# Allow target in links, used in description
config.action_view.sanitized_allowed_attributes = ['target']
Expand Down

0 comments on commit d546d0d

Please sign in to comment.