VOOZH about

URL: https://gist.github.com/benschwarz/5874031

⇱ Bower + Rails asset pipeline Β· GitHub


Skip to content
Sign in Sign up

Instantly share code, notes, and snippets.

Bower + Rails asset pipeline
{
"directory": "vendor/assets/components"
}
//= require pkgname
npm install -g bower
# From your rails project directory
curl https://raw.github.com/gist/5874031/.bowerrc > ./.bowerrc
bower install <pkgname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.