Sha256: b62096a8e422da6fa5808de9c0babd5206c46be4ffab767923e3de85ac867e74

Contents?: true

Size: 385 Bytes

Versions: 1

Compression:

Stored size: 385 Bytes

Contents

module Vbax
  module ArgonSyst
    class Engine < ::Rails::Engine
    initializer 'argon_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

1 entries across 1 versions & 1 rubygems

Version Path
vbax-argon_syst-0.1.0 lib/vbax/argon_syst/engine.rb