You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an Umbraco 8 website. I believe that the Umbraco backend uses ClientDependency, but we don't want to use it on the front end. Is there any setting we can use to have it only work on the backend?
I understand we can use debug to turn it off. But, we do not want debug="true" in the compilation section of the web.config on our production server.
It looked like there might be a setting to turn it off, but we can't get it to work.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
We have an Umbraco 8 website. I believe that the Umbraco backend uses ClientDependency, but we don't want to use it on the front end. Is there any setting we can use to have it only work on the backend?
I understand we can use debug to turn it off. But, we do not want debug="true" in the compilation section of the web.config on our production server.
It looked like there might be a setting to turn it off, but we can't get it to work.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: