visionmedia / move.js

CSS3 backed JavaScript animation framework
http://visionmedia.github.com/move.js/
4.72k stars 686 forks source link

add support for bower #48

Open rolandjitsu opened 10 years ago

rolandjitsu commented 10 years ago

It would be nice to find this lib on bower ... and not the forked version of it :)

sahat commented 10 years ago

+1

yields commented 10 years ago

prs are welcome: https://github.com/visionmedia/move.js/issues/33#issuecomment-46689162

felquis commented 10 years ago

The project do not need to add 'support' for bower.

You can use move.js with bower in this way

  "dependencies":  {
    "movejs": "https://raw.githubusercontent.com/visionmedia/move.js/0.3.3/move.min.js"
  }

And then you can run bower install

Bower will download the move.min.js and put the file in bower_components/movejs/index.js

:)