Thanks for downloading, hope it helps with page speed etc. Only thing the package does not do at the moment is install the handlers into the <Handlers> node in the web.config file.
You will need to manually add these for now - simply add the following at the end of your existing handlers
Adding the axd handlers
Thanks for downloading, hope it helps with page speed etc. Only thing the package does not do at the moment is install the handlers into the <Handlers> node in the web.config file.
You will need to manually add these for now - simply add the following at the end of your existing handlers
<add name="js handler" path="js.axd" verb="*" type="SimonAntony.Umbraco.Library.Compression.HttpHandlers.JavaScriptHandler" resourceType="Unspecified" preCondition="integratedMode" />
<add name="css handler" path="css.axd" verb="*" type="SimonAntony.Umbraco.Library.Compression.HttpHandlers.CssHandler" resourceType="Unspecified" preCondition="integratedMode" />
Once i've worked out why the package is not adding them, i'll update it with a new version.
is working on a reply...