Hello,
I'm using the Gantt component from the latest release (DayPilotProMvc-2019.2.5984). If I try to substitute the .src.js files to the .min.js ones the backend throws an error that my client and backend are incompatible (it works with the .src.js files just fine)
After some research found that in the daypilot-gantt.min.js the version is defined with an extra semicolon (i.e.:this.v='2019.2.5984;') which is not equal with the one defined in DayPilot.Web.Mvc.Utils.Version.cs (internal static string Expected = "2019.2.5984";)
Cheers,
Jozsef