You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I'm looking at the code, I'm noticing that there isn't a lot of functionality right now being provided by jQuery. If you don't deliver this as a jQuery widget, it might make it easier to break up the code into separate files (to be combined and minified as part of a build using something like Anvil - https://github.com/arobson/anvil.js) and implement support for AMD and CommonJS (see https://github.com/rniemeyer/knockout-kendo/blob/master/src/knockout-kendo.js as an example that supports AMD and CommonJS and uses Anvil).
Thoughts?
The text was updated successfully, but these errors were encountered:
As I'm looking at the code, I'm noticing that there isn't a lot of
functionality right now being provided by jQuery. If you don't deliver this
as a jQuery widget, it might make it easier to break up the code into
separate files (to be combined and minified as part of a build using
something like Anvil - https://github.com/arobson/anvil.js) and implement
support for AMD and CommonJS (see https://github.com/rniemeyer/knockout-kendo/blob/master/src/knockout-kendo.jsas an example that supports AMD and CommonJS and uses Anvil).
Thoughts?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/3.
Evan,
As I'm looking at the code, I'm noticing that there isn't a lot of functionality right now being provided by jQuery. If you don't deliver this as a jQuery widget, it might make it easier to break up the code into separate files (to be combined and minified as part of a build using something like Anvil - https://github.com/arobson/anvil.js) and implement support for AMD and CommonJS (see https://github.com/rniemeyer/knockout-kendo/blob/master/src/knockout-kendo.js as an example that supports AMD and CommonJS and uses Anvil).
Thoughts?
The text was updated successfully, but these errors were encountered: