Skip to content

Commit

Permalink
Don't glob ckeditor assets into precompile list. Fixes #36.
Browse files Browse the repository at this point in the history
  • Loading branch information
wioux committed Oct 10, 2017
1 parent 9c67462 commit 57c6234
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 57c6234

Please sign in to comment.