Sha256: f92e7aaf99eff8a2b8b4219c2a8b48a6997734c8b6466e393ab1bf3f48938df1
Contents?: true
Size: 275 Bytes
Versions: 12
Compression:
Stored size: 275 Bytes
Contents
module EricWeixin class Engine < ::Rails::Engine isolate_namespace EricWeixin initializer "eric_weixin.assets.precompile" do |app| app.config.assets.precompile += %w( cms/base.js ) app.config.assets.precompile += %w( cms/base.css.scss ) end end end
Version data entries
12 entries across 12 versions & 1 rubygems