milux opened a new issue #1799: Empty CSS files not removed by combine_css
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1799
 
 
   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?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to