Declined
Last Updated: 02 Feb 2016 13:26 by ADMIN
Tim
Created on: 01 Feb 2016 18:30
Category: UI for ASP.NET MVC
Type: Feature Request
1
Upgrading to Kendo MVC breaks applications.
When upgrading to Kendo MVC, the existing method renames the folder inside the kendo folder instead of the files.  This method of upgrading applications breaks them every time.

The MVC Bundle.config allows the use of the wildcard {version} for version changes.

Why not use this system instead of the upgrade method you use?
2 comments
ADMIN
Telerik Admin
Posted on: 02 Feb 2016 13:26
Your suggestion (explained in more detail in the comment) is possible if you do the necessary changes manually, Timothy. 

The convention fir using the version as a subfolder instead of including it as part of the file names would lead to unnecessary verbose names and mixture of files from different versions in the same folder, which we want to avoid.
Tim
Posted on: 01 Feb 2016 18:32
Instead of "~/Content/kendo/2016.1.112/kendo.default.min.css", it would be preferable to be able to use "~/Content/kendo/kendo.{version}.default.min.css".

Is this method possible?