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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...