Sha256: d2798ee9f580a6ad40c6a9a6a8dd51fdd9770981e9235fcc4423d8762006685f

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

module Vbax
  module BeckyThatcher
    class Engine < ::Rails::Engine
    initializer 'becky_thatcher.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

3 entries across 3 versions & 1 rubygems

Version Path
vbax-becky_thatcher-0.3.0 lib/vbax/becky_thatcher/engine.rb
vbax-becky_thatcher-0.2.0 lib/vbax/becky_thatcher/engine.rb
vbax-becky_thatcher-0.1.0 lib/vbax/becky_thatcher/engine.rb