Sha256: 8be2946383d46349d901d5850b0751d6e485c77adb8389f330aaab7546b266ed
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
module Less module Rails module Bootstrap class Engine < ::Rails::Engine config.after_initialize do |app| bootstrap_less_files = config.root + 'vendor/stylesheets/twitter/bootstrap' app.config.less.paths << bootstrap_less_files end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
less-rails-bootstrap-1.3.2 | lib/less/rails/bootstrap/engine.rb |
less-rails-bootstrap-1.3.1 | lib/less/rails/bootstrap/engine.rb |
less-rails-bootstrap-1.3.0 | lib/less/rails/bootstrap/engine.rb |