Kendo ui building with gulp
I am trying to integrate kendo
into my site and one of the processes I need to do is build it with gulp.js
. I noticed that kendo already supports grunt.js
, but that's not what I'm using; I tried rebuilding my own gruntfile.js
to figure out the correct way to do this, but came across nothing other than failure.
In general, the main thing I can't figure out is the order in which the files are assembled. I just can't find anything. There are so many of them, I only know that I kendo.core.js
should be the first. Is there a list somewhere in the correct order to put all the other files kendo.*.js
in order to get the same result kendo.all.js
I would get from a CDN?
Links:
kendo ui gruntfile.js
source to share