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