Sha256: e8301b722a7d36b9663a4dbd4b050286c744258911db12ff3c1f6b3cff977871
Contents?: true
Size: 279 Bytes
Versions: 8
Compression:
Stored size: 279 Bytes
Contents
module BedrockSass class Engine < ::Rails::Engine initializer 'bedrock_sass.assets.precompile', group: :all do |app| app.config.assets.paths << root.join('assets', 'bedrock').to_s app.config.assets.paths << root.join('assets', '_vendor').to_s end end end
Version data entries
8 entries across 8 versions & 1 rubygems