decioferreira / bootstrap-generators

Bootstrap-generators provides Twitter Bootstrap generators for Rails
MIT License
353 stars 77 forks source link

Option to not use asset pipeline (avoid CSS collision) #45

Open calebhaye opened 7 years ago

calebhaye commented 7 years ago

Asset Pipeline is great, and we all love it... but sometimes I find myself using Asset Pipeline for the main views of my app, and using bootstrap for the admin views.

In this scenario, the bootstrap css files may conflict with my other views.

I fixed this by installing the generator and removing everything except for the templates in the lib directory, but doing so manually was a chore.

It would be helpful to have an option to: