Hi
Im following the Grid example on umbraco tv. Just the basics.
When Ive created a page using my newly created grid the page comes out "alright", in the sense that the bootstrap classes shows up and so on. But there are references to /bundes/css, /bundles/jquery and /bundles/bootstrap. Neither of them works/exist (404), so my page ends up unstyled.
Im I supposed to create these bundles myself, and if so. How do I do this?
(Im pretty sure Im on the wrong track if I add bundlesConfig in my VS code, but Ill of course do it if thats the way to go)
I can't say that I've followed that Umbraco.TV tutorial myself, but if the system is using the default ASP.Net MVC bundling, then yes, you would need to add that to your reserved path list like you've done else it gets caught up in the Umbraco routing and you see the 404's you were getting.
/bundles missing when trying Grid example
Hi Im following the Grid example on umbraco tv. Just the basics.
When Ive created a page using my newly created grid the page comes out "alright", in the sense that the bootstrap classes shows up and so on. But there are references to /bundes/css, /bundles/jquery and /bundles/bootstrap. Neither of them works/exist (404), so my page ends up unstyled.
Im I supposed to create these bundles myself, and if so. How do I do this? (Im pretty sure Im on the wrong track if I add bundlesConfig in my VS code, but Ill of course do it if thats the way to go)
Updating the web.config umbracoReservedPaths to:
worked... Is this how you are supposed to do thiis?
Hi Newbraco,
I can't say that I've followed that Umbraco.TV tutorial myself, but if the system is using the default ASP.Net MVC bundling, then yes, you would need to add that to your reserved path list like you've done else it gets caught up in the Umbraco routing and you see the 404's you were getting.
Nik
Ok, thanks for confirming!
is working on a reply...