Sha256: 41b5fb487058efecda54ac82fc4747454440baf9311f31901c6ccfbcbcfeeead

Contents?: true

Size: 366 Bytes

Versions: 13

Compression:

Stored size: 366 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
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ckeditor_rails-4.4.7 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.4.6 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.4.5 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.4.3 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.4.2 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.4.1 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.4.0 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.3.4 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.3.1 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.2.2 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.2 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.1.3 lib/ckeditor-rails/engine3.rb
ckeditor_rails-4.1.2 lib/ckeditor-rails/engine3.rb