Sha256: f5d24f60492a094a508044e046d8815078013d75c085dab4f09a298329f14f7f
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 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 ge
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
base_logic_landing-0.1.3 | lib/app_mate_landing/engine.rb |