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
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
https://github.com/Shandem/ClientDependency/wiki
Have you checked out the documemntstion here...?
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/");}
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
And I using this method to compile a whole stylesheet folder:
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
https://github.com/Shandem/ClientDependency/wiki
Have you checked out the documemntstion here...?
Hi Anthony,
Did you resolve this issue? I'm having the same issue right now.
I can load one stylesheet using
But nothing with
is working on a reply...