Sha256: f03bc8fadd836ca4aa79d4e0be19f4aa1193bc2609463d3f4d92dc5bd6a2a653
Contents?: true
Size: 290 Bytes
Versions: 11
Compression:
Stored size: 290 Bytes
Contents
module Brightcontent class Engine < ::Rails::Engine isolate_namespace Brightcontent initializer "Brightcontent precompile hook", :group => :all do |app| app.config.assets.precompile += ['brightcontent/brightcontent.js', 'brightcontent/brightcontent.css'] end end end
Version data entries
11 entries across 11 versions & 2 rubygems