Sha256: 36ea7776c18dd27240d20cf3baa6a010c3de40aae4eb279ba6178a93f540b316

Contents?: true

Size: 226 Bytes

Versions: 5

Compression:

Stored size: 226 Bytes

Contents

module Softwear
  class Engine < ::Rails::Engine
    isolate_namespace Softwear
  
    initializer "softwear_lib.assets.precompile" do |app|
      app.config.assets.precompile += %w(softwear.css softwear.js)
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
softwear-lib-2.0.9.1 lib/softwear/engine.rb
softwear-lib-2.0.9 lib/softwear/engine.rb
softwear-lib-2.0.8 lib/softwear/engine.rb
softwear-lib-2.0.7 lib/softwear/engine.rb
softwear-lib-2.0.6 lib/softwear/engine.rb