Sha256: f6eaf9ecc9e382191e60e1328628ca62d53015ef81e9e27b4c97da98ee2f1ace
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
class Engine < Rails::Engine initializer "cirruskit.update_asset_paths" do |app| # app.config.assets.paths << File.expand_path("../../../less", __FILE__) # app.config.assets.paths << File.expand_path("../../../js", __FILE__) app.config.assets.paths << File.expand_path('../../less', File.dirname(__FILE__)) app.config.assets.paths << File.expand_path('../../js', File.dirname(__FILE__)) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
CirrusKit-0.0.4 | lib/cirruskit/engine.rb |