Copied to clipboard

Flag this post as spam?

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


  • Michal Koblasa 45 posts 139 karma points
    Jan 02, 2015 @ 15:58
    Michal Koblasa
    0

    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.

    @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

  • Michal Koblasa 45 posts 139 karma points
    Jan 02, 2015 @ 21:07
    Michal Koblasa
    100

    Problem solved. It was namespace of Global.asax, im still novice to umbraco.

    Needed: Umbraco.Global instead of: Umbraco.Web.UmbracoApplication

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jan 02, 2015 @ 21:11
    Jan Skovgaard
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jan 02, 2015 @ 21:11
    Jan Skovgaard
    0

    ...Ah, glad you managed to figure it out - I was just a tad too slow here :D

    /Jan

  • Michal Koblasa 45 posts 139 karma points
    Jan 02, 2015 @ 21:21
    Michal Koblasa
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft