I am attempting to integrate kendo
into my site, and one of the processes I need to do is to build it with gulp.js
. I notice that kendo already has grunt.js
support, but that isn't what I am using; I tried to reverse engineer its own gruntfile.js
to figure out the right way to do this, but have met with nothing but failure.
In general, the main thing I cannot figure out is the order to assemble the files in. I simply cannot find this anywhere. There are so many, I only know that kendo.core.js
needs to be first. Is there a list somewhere of the correct order to put all of the other kendo.*.js
files in to get the same result as kendo.all.js
that I would get from the CDN?
References: