Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there something similar for Umbraco 8 or Umbraco Cloud
https://our.umbraco.com/packages/developer-tools/optimus/
Compress .js .css
You can use built in Client Dependency or Microsoft Bundels
More about Client Dependency ?
https://github.com/Shazwazza/ClientDependency
this is part of umbraco, you don't need install it
register you css
@{Html.RequiresCss("~/Css/ColorScheme.css");}
render css bundle
@Html.RenderCssHere()
here you can find complete documentation https://github.com/Shazwazza/ClientDependency/wiki
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Web Optimization
Is there something similar for Umbraco 8 or Umbraco Cloud
https://our.umbraco.com/packages/developer-tools/optimus/
Compress .js .css
You can use built in Client Dependency or Microsoft Bundels
More about Client Dependency ?
https://github.com/Shazwazza/ClientDependency
this is part of umbraco, you don't need install it
register you css
render css bundle
here you can find complete documentation https://github.com/Shazwazza/ClientDependency/wiki
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.