Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the proof of the concept for KendoUI PRO packaging #15

Closed
adriatic opened this issue Nov 9, 2015 · 4 comments
Closed

Implement the proof of the concept for KendoUI PRO packaging #15

adriatic opened this issue Nov 9, 2015 · 4 comments
Assignees

Comments

@adriatic
Copy link
Member

adriatic commented Nov 9, 2015

Rather than collecting all discussion items from previous discussions about this, let me try to just define the requirements.

  • As cloned from Github, the application consuming the plugin services should simply work without any changes.
  • It is assumed that the user who wants run the app with KendoUI PRO bits, has the PRO license and all files that have to present in the vendor folder and has enabled the "run the PRO version" flag (this could be done by uncommenting the relevant line somewhere).
  • Everyone on this team should download KendoUI PRO trial version and thus be able to use it in lieu of the "real" PRO version.
  • This proof of concept should support both loading all KendoUI components in one fell swoop (kendo.all.min.js) or any combination of files representing single controls.

Here are some relevant links

how to use kendo-ui professional with jspm
Using Kendo UI with RequireJS

@JeroenVinke
Copy link
Member

Lets wait for this issue, so we know if we can use the bower endpoint for this

@JeroenVinke
Copy link
Member

Actually, I think I may make two proof of concepts, one with the bower endpoint, and one with the vendor folder

@charlespockert
Copy link
Member

@JeroenVinke I've managed to get this working

npm install jspm-git --save-dev
jspm registry create kendo jspm-git

When it asks you for the repo root enter:

https://bower.telerik.com/

Then use

jspm install kendo-ui:bower-kendo-ui

I believe we should install the kendo core version aliased as kendo-ui by default, and provide instructions on upgrading it to pro as part of the README.md

The user can just overwrite the aliased kendo-ui package using the instructions above.

Use the above instructions on this commit: https://github.com/aurelia-ui-toolkits/aurelia-kendoui-plugin/tree/kendo-repo

(in fact you can skip the last install step and just run jspm install for the whole lot if you register the endpoint)

@JeroenVinke
Copy link
Member

this is now done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants