How do I download bootstrap static files into my rails project?

428 Views Asked by At

I know I put the files into my vendor folder but where in that folder and what are the steps???

1

There are 1 best solutions below

0
On BEST ANSWER

I would use the following gem:

https://github.com/seyhunak/twitter-bootstrap-rails

Use the following command to get static bootstrap files:

rails generate bootstrap:install static