Sha256: 1a5643b8c2d12cd4e2a821ddd8998fda971e078b9b4983f9b11ae605d52040af
Contents?: true
Size: 225 Bytes
Versions: 2
Compression:
Stored size: 225 Bytes
Contents
# frozen_string_literal: true module Bootstrap module Scss class Engine < ::Rails::Engine initializer :assets do |app| app.config.assets.paths << root.join('vendor', 'assets') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-scss-0.0.3 | lib/bootstrap/scss/engine.rb |
bootstrap-scss-0.0.2 | lib/bootstrap/scss/engine.rb |