Skip to content

ninefold/bowerify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bowerify

A little gem that patches Sprockets in order for it to resolve the bower components relative assets paths correclty.

Can be used with vanilla bower toolchain or in conjunction with the bower-rails gem.

Usage

Add the gem to your Gemfile

gem 'bowerify'

Breath normally.

Bower Components Location

This plugin assumes that you install your bower assets into the lib/assets/components folder. if you need to change that, add this to your config/application.rb

  config.bower_components_path = Rails.root.join("path/to/your/components")

Copyright & License

All code in this repository is released under the terms of the MIT license.

Copyrigth (C) 2014 Nikolay Nemshilov

About

Makes rails assets pipeline to work correctly with bower components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages