Skip to content

Commit

Permalink
Merge pull request #43 from EFForg/ckeditor_assets
Browse files Browse the repository at this point in the history
Don't glob ckeditor assets into precompile list. Fixes #36.
  • Loading branch information
wioux authored Oct 10, 2017
2 parents e8e0176 + 57c6234 commit fc5bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
Rails.application.config.assets.precompile += %w( ckeditor/*)

0 comments on commit fc5bb6f

Please sign in to comment.