Sha256: ab61fef96203104672a1b2bcd65b7e6fdffc5a138ba82bf37ab0e24654e063e5
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 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__) end end
Version data entries
5 entries across 5 versions & 1 rubygems