Sha256: ceb2cc00ff0d3e3f101040e15b219a84202f499e59e2e8dc3536d4b3251cc015
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 Bytes
Contents
module PusherChameleon module Rails class Engine < ::Rails::Engine initializer 'pusher_chameleon.assets.precompile' do |app| %w(stylesheets javascripts images).each do |sub| app.config.assets.paths << root.join(sub).to_s end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pusher_chameleon-1.0.3 | lib/pusher_chameleon/engine.rb |
pusher_chameleon-1.0.2 | lib/pusher_chameleon/engine.rb |
pusher_chameleon-1.0.0 | lib/pusher_chameleon/engine.rb |