Skip to content

Instantly share code, notes, and snippets.

@sangkyoonnam
Last active December 2, 2015 15:02
Show Gist options
  • Save sangkyoonnam/08da73fcebff268478ac to your computer and use it in GitHub Desktop.
Save sangkyoonnam/08da73fcebff268478ac to your computer and use it in GitHub Desktop.
npm install -g bower
gem "bower-rails", "~> 0.10.0"
rails g bower_rails:initialize json
{
"lib": {
"name": "bower-rails generated lib assets",
"dependencies": {
"threex": "git@github.com:rharriso/threex.git",
}
},
"vendor": {
"name": "bower-rails generated vendor assets",
"dependencies": {
"three.js": "https://raw.github.com/mrdoob/three.js/master/build/three.js"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment