brendanlim/mobile-fu

breaks assets pipeline

tvdeyen opened this issue · 2 comments

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

Ok, forget it. It was using the mobile-fu gem. And this one depends on rack-mobile-detect. This seems to break it.

What was the solution?