Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lori ryan 239 posts 573 karma points
    Mar 09, 2020 @ 15:44
    lori ryan
    0

    html-minifier

    Does any use the following package https://our.umbraco.com/packages/developer-tools/html-minifier/

    Just wondering how can i exclude the umbraco backend?

  • Paul 184 posts 646 karma points
    Mar 10, 2020 @ 09:18
    Paul
    0

    Not using V8, I'm not 100% sure on it's setup, but can you not add something to your web.config to prevent it? E.g.

    <location path="umbraco">
        <system.webServer>
         <stuff in here to set minification to false>
        </system.webServer>
     </location>
    

    ?

  • lori ryan 239 posts 573 karma points
    Mar 10, 2020 @ 13:48
    lori ryan
    0

    Any ideas on the something??

  • Yakov Lebski 581 posts 2249 karma points
    May 12, 2020 @ 00:30
    Yakov Lebski
    1

    Looks like it my plugin :) I'll try add support to ignore backoffice URL from minication

Please Sign in or register to post replies

Write your reply to:

Draft