Sha256: 637fde8525bcbb674f54f4dac5ae061b2cbcfbf480f47d286d38b53b8e37102a

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

require 'bootstrap-sass'

module FeatherCms
  class Engine < ::Rails::Engine
    isolate_namespace FeatherCms
   
    if Rails.version >= '3.1'
      initializer "feather_cms.assets.precompile", :group => :all do |app|
        app.config.assets.precompile += %w(feather_cms/all.* )
      end
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
feather_cms-0.0.5.2 lib/feather_cms/engine.rb
feather_cms-0.0.5.1 lib/feather_cms/engine.rb