Sha256: ffdf52605bed80db9f405ebae33ba55e2714f5710c7a5cd303cf14335a1ccdb0
Contents?: true
Size: 308 Bytes
Versions: 2
Compression:
Stored size: 308 Bytes
Contents
module AppMateLanding module Sass class Engine < ::Rails::Engine initializer 'materialize-sass.assets.precompile' do |app| %w(stylesheets javascripts fonts images).each do |sub| app.config.assets.paths << root.join('app/assets', sub).to_s end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
base_logic_landing-0.1.5 | lib/app_mate_landing/engine.rb |
base_logic_landing-0.1.4 | lib/app_mate_landing/engine.rb |