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
I've just upgraded my umbraco from v7.6.0 to v.7.15.1 and all bundles got broken.
So this setup in the BundleConfig.cs doesn't work anymore:
BundleConfig.cs
public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBundle("~/js/jquery").Include( "~/Content/components/jquery/dist/jquery.min.js")); }
All bundle paths are added to umbracoReservedPaths as well.
umbracoReservedPaths
They all worked fine in 7.6 and got broken after the update.
Has there anything changed in the 7.15.1 version of umbraco regarding bundles?
Hi Manila,
As you have upgraded the solution so your Global.asax.cs gor updated.
It has removed this code.
BundleConfig.RegisterBundles(BundleTable.Bundles);
Please can we add the same.
Reference Link: https://gist.github.com/jkarsrud/5143239
Please let me know your views and how can we assist further.
Cheers,
Shaishav
Thanks, that was it!
I saw the global.asax.cs has been deleted during the upgrade, I totally forgot the budles are registered there.
is working on a reply...
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.
Continue discussion
All bundles broken after upgrade to 7.15.1
I've just upgraded my umbraco from v7.6.0 to v.7.15.1 and all bundles got broken.
So this setup in the
BundleConfig.cs
doesn't work anymore:All bundle paths are added to
umbracoReservedPaths
as well.They all worked fine in 7.6 and got broken after the update.
Has there anything changed in the 7.15.1 version of umbraco regarding bundles?
Hi Manila,
As you have upgraded the solution so your Global.asax.cs gor updated.
It has removed this code.
Please can we add the same.
Reference Link: https://gist.github.com/jkarsrud/5143239
Please let me know your views and how can we assist further.
Cheers,
Shaishav
Thanks, that was it!
I saw the global.asax.cs has been deleted during the upgrade, I totally forgot the budles are registered there.
is working on a reply...
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.