jquery/jquery-ui

NuGet Package for 1.13.3: jQuery UI File Naming (Version Number) Breaks ASP.NET MVC Script Bundling

Closed this issue · 4 comments

I recently upgraded to jQuery UI 1.13 via NuGet in an older client project. Unfortunately everything stopped working as the script file which is automatically placed in the Scripts folder via NuGet has a wrong file naming scheme.
Instead of jquery-ui-1.13.3.js the file is named jquery-ui-1-13.3.js in the NuGet package.

See:

image

Therefore the bundling in the MVC application doesn't load the file as the naming convention for file versions is broken:

image

mgol commented

We only maintain the npm package. See #2279.

I bumped into same issue, sad to see that there is not fix for it :-(

I do not see the nuget packages for v1.14.0, are you no longer publishing nuget packages?

mgol commented

I do not see the nuget packages for v1.14.0, are you no longer publishing nuget packages?

#2279 (comment)