Hello, I have maybe little complicated question.
We are using Kendo Professional sources to build custom version of Kendo. We have custom CSS modifications and some JS components selections. So when there is a new version, we just get zip with sources from Telerik profile and run modified gulp pipeline. All works fine.
But I'm trying to little more automatic process and I want to use npm package as source. Installed @progress/kendo-ui and used sources in build.
Well, css files seems to be ok, because it is just less compilation. But how to process JS? In downloaded zip file, all JS are for jQuery. But in npm all are as module exports. So I can't use existing gulp tasks to just get custom build.
Is there any way how to use npm and build kendo for pure jQuery use? No Webpack etc.