Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
calebhaye opened this issue Apr 14, 2017 · 0 comments
Open

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

calebhaye opened this issue Apr 14, 2017 · 0 comments

Comments

@calebhaye
Copy link

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:

  • avoid any change to the application.html.(.haml, .erb)
  • avoid any change to application.js
  • avoid adding additional stylesheets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant