assets.rb 246 B

1234567
  1. # Precompile CKEditor runtime assets that are fetched dynamically in production.
  2. Rails.application.config.assets.precompile += [
  3. 'ckeditor/filebrowser/images/gal_del.png',
  4. /ckeditor\/lang\/.*\.js/,
  5. /ckeditor\/plugins\/lineheight\/.*\.js/
  6. ]