Hello!
I've been researching how to better incorporate Kendo into our Gulp/NPM workflow. Here's what I'm trying to do:
1) Include Kendo in my project's package.json file
2) npm install to get the latest
3) Run a gulp task to get my custom version of Kendo JS
4) Use this file in my project
I started here to get the kendo professional NPM package. I was able to get them with this npm command:
npm install --save-dev git+https://username:password@bower.telerik.com/npm-kendo-ui.git
I got the npm package just fine, but noticed there is no gulpfile.js that I could run the task gulp custom -c widgetA, widgetB, based on this documentation. I did some more digging and found that downloading the source code from the Downloads page includes the gulpfile, which I was able to gulp custom from.
I was also seeing some threads hinting around the idea, here. Foundation makes it very easy to build my own js package with their NPM package/files. I was hoping I could easily build my own files too.
Any ideas how I can build a custom version of Kendo Professional JS with the NPM package? Either through Kendo's gulp task or my own gulp task. Thanks!
Fillip