Sha256: 31f2a60a52f8df92347690966f0b606a2e577c8b880b50f0920b63e93aed34f9

Contents?: true

Size: 312 Bytes

Versions: 1

Compression:

Stored size: 312 Bytes

Contents

module Bootstrap
  module Rails
    class Engine < ::Rails::Engine
      initializer 'anjlab-bootstrap-rails.setup' => 'setup_sass', group: :all do |app|
        if config.respond_to? :sass
          config.sass.load_paths << File.join(config.root, 'vendor', 'frameworks')
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anjlab-bootstrap-rails-2.1.0.2 lib/bootstrap-rails/engine.rb