Sha256: f3250b02839d68b2872a6a4cc691b9362aa3cdf1050e464a60d4176ecefedc4e
Contents?: true
Size: 381 Bytes
Versions: 2
Compression:
Stored size: 381 Bytes
Contents
module Vbax module BlkSyst class Engine < ::Rails::Engine initializer 'blk_syst.sass' do |app| # Set the sass load paths app.config.sass.load_paths << File.join(config.root, "lib","vbax", "sass") # Set the add becky_thatcher/lib/sass to assets path app.config.assets.paths << File.join(config.root, "lib","vbax", "sass") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vbax-blk_syst-0.2.0 | lib/vbax/blk_syst/engine.rb |
vbax-blk_syst-0.1.0 | lib/vbax/blk_syst/engine.rb |