Instantly share code, notes, and snippets.
Last active
Bower + Rails asset pipeline
| //= require pkgname |
| npm install -g bower |
| # From your rails project directory |
| curl https://raw.github.com/gist/5874031/.bowerrc > ./.bowerrc |
| bower install <pkgname> |
benschwarz
commented
Author
DylanFM
commented
dlindahl
commented
RobLoach
commented
sj26
commented
mipearson
commented
joefiorini
commented
benschwarz
commented
Author
oivoodoo
commented
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
