Hello everyone, I just did my first experiments with mod_pagespeed, and so far it's working great! However, it seems that there is one little bug, not catastrophic, yet annoying: We're using Joomla with a custom template, which provides its own bootstrap css. However, Joomla always loads two files, `bootstrap-responsive.min.css` and `bootstrap-extended.css`. Removing them reliably altogether is difficult, so we use media overrides to make those links point to empty placeholder files instead. I would expect the `combine_css` to remove the link attributes to these files from the page's HTML, but it doesn't. This causes PageSpeed Insights and other tools to rightfully complain about this waste of requests. Is there anything we can do to get rid of the link attributes for these style sheets?
[ Full content available at: https://github.com/apache/incubator-pagespeed-mod/issues/1799 ] This message was relayed via gitbox.apache.org for [email protected]
