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
Hello,
i upgraded the umbraco from 7.2.0 beta to 7.2.1. With according to (without nuget): http://our.umbraco.org/documentation/installation/upgrading/general
All is good except for bundling and minification of CSS and JS. Every bundle returns 404.
@Styles.Render("~/bundles/css/core")
I checked the configuration for umbracoReservedPaths "~/bundles/" and it is set corectly.
Has anyone simillar issue? Any ideas?
Thank you
Problem solved. It was namespace of Global.asax, im still novice to umbraco.
Needed: Umbraco.Global instead of: Umbraco.Web.UmbracoApplication
Hi Michael
What is bundler? Sounds like some 3rd party stuff? If you enter the path to the ressources in the browser can you then access it or does it also return 404?
/Jan
...Ah, glad you managed to figure it out - I was just a tad too slow here :D
Thank you for attention. I´m using asp.net mvc 5 default bundler.
using System.Web.Optimization;
http://www.asp.net/mvc/overview/performance/bundling-and-minification
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Upgrade from 7.2.0 to 7.2.1 - bundling failure
Hello,
i upgraded the umbraco from 7.2.0 beta to 7.2.1. With according to (without nuget): http://our.umbraco.org/documentation/installation/upgrading/general
All is good except for bundling and minification of CSS and JS. Every bundle returns 404.
I checked the configuration for umbracoReservedPaths "~/bundles/" and it is set corectly.
Has anyone simillar issue? Any ideas?
Thank you
Problem solved. It was namespace of Global.asax, im still novice to umbraco.
Needed: Umbraco.Global instead of: Umbraco.Web.UmbracoApplication
Hi Michael
What is bundler? Sounds like some 3rd party stuff? If you enter the path to the ressources in the browser can you then access it or does it also return 404?
/Jan
...Ah, glad you managed to figure it out - I was just a tad too slow here :D
/Jan
Thank you for attention. I´m using asp.net mvc 5 default bundler.
http://www.asp.net/mvc/overview/performance/bundling-and-minification
is working on a reply...