Sha256: 5388456521a163182cb45b6f84c63ecfcf908e17fc118c9e23e8c5b2c8317944

Contents?: true

Size: 243 Bytes

Versions: 8

Compression:

Stored size: 243 Bytes

Contents

module Ckeditor
  module Rails
    class Engine < ::Rails::Engine
      initializer "configure assets of ckeditor", :group => :all do |app|
        app.config.assets.precompile += %w( ckeditor/*.js ckeditor/*.css )
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ckeditor_rails-4.0 lib/ckeditor-rails/engine.rb
ckeditor_rails-3.6.4.1 lib/ckeditor-rails/engine.rb
ckeditor_rails-3.6.4 lib/ckeditor-rails/engine.rb
ckeditor_rails-3.6.3.1 lib/ckeditor-rails/engine.rb
ckeditor_rails-3.6.3 lib/ckeditor-rails/engine.rb
ckeditor_rails-3.6.2.2 lib/ckeditor-rails/engine.rb
ckeditor_rails-3.6.2.1 lib/ckeditor-rails/engine.rb
ckeditor_rails-3.6.2 lib/ckeditor-rails/engine.rb