Sha256: 00f0b268054293fc837c3ffab928b964ec875cc7c0e9b572c6d18978ba55b2f8

Contents?: true

Size: 438 Bytes

Versions: 7

Compression:

Stored size: 438 Bytes

Contents

module Ckeditor
  module Rails
    class Engine < ::Rails::Engine
      initializer 'ckeditor.assets.precompile', group: :all do |app|
        app.config.assets.precompile += %W(
          ckeditor/*.js
          ckeditor/*.css
          ckeditor/*.png
          ckeditor/*.gif
          ckeditor/*.html
          ckeditor/*.md
        )
      end

      rake_tasks do
        load "ckeditor-rails/tasks.rake"
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ckeditor_rails-4.4.7 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.4.6 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.4.5 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.4.3 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.4.2 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.4.1 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.4.0 lib/ckeditor-rails/engine.rb