Inject kendo ui with requirejs
问题 The documentation on kendo ui and requirejs seems to miss some stuff. They tell me how to use kendo.web.min which have everything included: http://www.kendoui.com/blogs/teamblog/posts/13-05-08/requirejs-fundamentals.aspx (search for keyword 'shim') but I am not interested in adding the big 2MB kendo.web.min script, I just want to shim the kendo.grid.min but this file has a dependency to kendo.data.min which again has a dependency to kendo.core.min. How can I tell requirejs to load also kendo