문제

Is there a way to quickly setup a Bootstrap/FontAwesome/[insert other cool service/framework] setup on a RoR project w/ out having to install each one separately?

도움이 되었습니까?

해결책

Take a look at the Rails Composer script.

It will automate and install many extensions/gems in a new RoR project, and is also extensible by creating new "recipies."

I don't remember it having FontAwsome, but it has many recipies, including Bootstrap, Zurb Foundation, and others.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top