Sha256: ec3543d8da1f94dcae083f50b844d75bccdf185f27aa3023ffcc9ddc2f8e9a0a
Contents?: true
Size: 243 Bytes
Versions: 6
Compression:
Stored size: 243 Bytes
Contents
module HandyCss module Rails class Engine < ::Rails::Engine initializer "configure assets of handy-css-rails", :group => :all do |app| app.config.assets.precompile += %w( handy-css-rails/*.css ) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems