mhulse / rex

On, Wildfire, on!
http://mhulse.github.io/rex/demo/
Apache License 2.0
4 stars 0 forks source link

Bower support #53

Closed mhulse closed 11 years ago

mhulse commented 11 years ago

Need to setup Bower so I can use this code in other Grunt workflows.

This is a simpler repo, but here's a real world example:

https://github.com/necolas/normalize.css/blob/master/bower.json

mhulse commented 11 years ago

Done!

Install latest version:

bower install https://github.com/mhulse/stoops.git

Install specific release:

bower install https://github.com/mhulse/stoops.git#v0.2.0

WOOT!