rharriso/bower-rails

how to get file from link

geminiyellow opened this issue · 1 comments

e.g.

"dependencies": {
  "three.js"    : "https://raw.github.com/mrdoob/three.js/master/build/three.js"
}

what should i write in Bowerfile?

asset "three.js", "https://raw.github.com/mrdoob/three.js/master/build/three.js"