Copied to clipboard

Flag this post as spam?

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


  • Anthony Candaele 1197 posts 2049 karma points
    Oct 01, 2013 @ 14:26
    Anthony Candaele
    0

    ClientDependency with Umbraco MVC

    Hi,

    I trying to use the Client Dependency Framework with my Umbraco MVC (v6.1.5) website, but it's not working for some reason.

    In my masterview (master.cshtml) I declared this using statements:

    @using ClientDependency.Core.Mvc
    @using ClientDependency.Core
    

    And I using this method to compile a whole stylesheet folder:

    @{Html.RequiresCssFolder("~/Css/Widgets/");}
    

    However, when I load my pages, the compressed stylesheet reference is missing.

    Does any has experience with using the Client Dependency Framework with Umbraco MVC ?

    Thanks,

    Anthony

  • Mike Chambers 635 posts 1252 karma points c-trib
    Oct 02, 2013 @ 20:59
    Mike Chambers
    0

    https://github.com/Shandem/ClientDependency/wiki

     

    Have you checked out the documemntstion here...?

  • Paul Stoker 39 posts 72 karma points c-trib
    Jan 15, 2014 @ 11:24
    Paul Stoker
    0

    Hi Anthony,

    Did you resolve this issue? I'm having the same issue right now.

    I can load one stylesheet using 

    @{Html.RequiresCss("~/Css/uk.css");}

    But nothing with

    @{Html.RequiresCssFolder("~/Css/");}

     

Please Sign in or register to post replies

Write your reply to:

Draft