Skip to content

Instantly share code, notes, and snippets.

@timjgleeson
Forked from benschwarz/.bowerrc
Created June 27, 2013 05:24
Show Gist options
  • Save timjgleeson/5874142 to your computer and use it in GitHub Desktop.
Save timjgleeson/5874142 to your computer and use it in GitHub Desktop.
{
"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