Sha256: 04701429529c824771c91dd5b471854264da52bb18aabf6f4bd7311242532fe4
Contents?: true
Size: 385 Bytes
Versions: 6
Compression:
Stored size: 385 Bytes
Contents
module Vbax module AdminSyst class Engine < ::Rails::Engine initializer 'admin_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
6 entries across 6 versions & 1 rubygems