-
Notifications
You must be signed in to change notification settings - Fork 48
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
Strange result, double header, keeps original js/css #253
Comments
If you want to have a test site please check https://github.com/TimGeyssens/OptimusLite |
This sounds like there is another request filter in the mix not playing nice with others. In a CMS there are often other modules that implement request filters. One thing to try is changing the ordering of the module declarations in the web.config and put the rr first or last. Also try disabling certain features or extensions that alter the output and you may be able to identify the conflict. Sent from my Windows Phone From: TimGeyssensmailto:[email protected] Hey, Trying to get RequestReduce running on an Umbraco site but getting some strange results (double header, keeps original js/css) Here is the html with it in place <title>WebLab</title> <script src="/RequestReduceContent/527f4a8d575466460fcc0a279abec1fe-69e1a824bbd4d614a5abbd1f5a9f461c-RequestReducedScript.js" type="text/javascript" ></script> <title>WebLab</title> <script src="/scripts/jquery-1.7.2.min.js"></script> <script src="/scripts/jquery.flexslider-min.js"></script> <script src="/scripts/functions.js"></script>How can I debug this? Reply to this email directly or view it on GitHub: |
Appears to be due to the html, if I simplify it, it works fine |
Hey,
Trying to get RequestReduce running on an Umbraco site but getting some strange results (double header, keeps original js/css)
Here is the html with it in place
How can I debug this?
The text was updated successfully, but these errors were encountered: