jhardy / Sassy-Buttons

MIT License
287 stars 59 forks source link

Request for Bower integration #36

Closed jfroom closed 11 years ago

jfroom commented 11 years ago

https://github.com/twitter/bower http://sindresorhus.com/bower-components/

jhardy commented 11 years ago

This would be cool. I will work on this soon.

jhardy commented 11 years ago

I have some basic support for bower now.

bower install sassy-buttons @import '../components/sassy-buttons/sassybuttons';

Please test and give me some feedback.

jhardy commented 11 years ago

This still requires compass at the moment, but I may flesh this out into a more stand alone version soon.

jfroom commented 11 years ago

Yep, looks like it's working in Bower.

I was able to remove the require 'sassy-buttons' from config.rb. I did have to add one extra path though: @import '../components/sassy-buttons/sassy-buttons/sassy-buttons';

Decoupling from Compass sounds like a nice roadmap feature - help introduce a broader audience =]

Thanks!