Sha256: 47459497bda3e4d49e00ae6628aff1d2af1f797b9ca3cb7d4ea4b23daffc8013

Contents?: true

Size: 339 Bytes

Versions: 5

Compression:

Stored size: 339 Bytes

Contents

module Ckeditor
  module Rails
    class Engine < ::Rails::Engine
      config.assets.precompile += %W(
        ckeditor/*.js
        ckeditor/*.css
        ckeditor/*.png
        ckeditor/*.gif
        ckeditor/*.html
        ckeditor/*.md
      )

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ckeditor_rails-4.3.4 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.3.1 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.2.2 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.2 lib/ckeditor-rails/engine.rb
ckeditor_rails-4.1.3 lib/ckeditor-rails/engine.rb