breaks assets pipeline
tvdeyen opened this issue · 2 comments
tvdeyen commented
If I add has_mobile_fu
to my ApplicationController
the link to the main stylesheet is set to /stylesheets/application.css
in my application.html.erb
layout.
If I remove has_mobile_fu
from my ApplicationController
it is the default Rails 3.1 /assets/stylesheets/application.css
tvdeyen commented
Ok, forget it. It was using the mobile-fu gem. And this one depends on rack-mobile-detect. This seems to break it.
alvesoaj commented
What was the solution?