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