Copied to clipboard

Flag this post as spam?

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


  • Lev Nuznyy 19 posts 122 karma points
    Nov 29, 2019 @ 13:47
    Lev Nuznyy
    0

    Web Optimization

    Is there something similar for Umbraco 8 or Umbraco Cloud

    https://our.umbraco.com/packages/developer-tools/optimus/

    Compress .js .css

  • Yakov Lebski 594 posts 2350 karma points
    Nov 30, 2019 @ 03:12
    Yakov Lebski
    0

    You can use built in Client Dependency or Microsoft Bundels

  • Lev Nuznyy 19 posts 122 karma points
    Nov 30, 2019 @ 03:43
    Lev Nuznyy
    0

    More about Client Dependency ?

  • Yakov Lebski 594 posts 2350 karma points
    Nov 30, 2019 @ 04:21
    Yakov Lebski
    1

    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

  • 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.

Please Sign in or register to post replies