I would like to add reset.css and modernizer.js to my new rails app however there are many different ways to do this. I heard HTML5 BoilerPlate has a reset.css and modernizer included but that the vast majority of it is not needed for rails. I've come across many options and am not sure which is the best option for my project.
I'm basically looking to make development on the front end as easy as possible. I'm not looking to support all browsers, just FF, Chrome, and IE from the past few versions. What css and js libraries would you recommend I use, and how would I add them to rails3.2?
Thank you