Open johot opened 7 years ago
There were some changes in the way that kendo is distributed. I will look into it, but for now I'd recommend loading Kendo through script tags in index.html
I have removed the instructions from the documentation for now
Thanks Jeroen!
What I had to do was use the regular aurelia-cli instructions, and then use the script tags. That made it all work. I hope you can get some new instructions working soon :) Thanks again!
2017-05-09 15:26 GMT+02:00 Jeroen Vinke notifications@github.com:
I have removed the instructions from the documentation for now
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bridge/issues/742#issuecomment-300162803, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ4MgFc_UQa4JD_yuWtkvtjsGBwAdyYZks5r4GmIgaJpZM4NVTdj .
Is there any progress on this issue?
You can get it working by following the old cli instructions + manual script tag. But I hope we can get an official new documentation!
2017-05-16 8:38 GMT+02:00 arnevdv notifications@github.com:
Is there any progress on this issue?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aurelia-ui-toolkits/aurelia-kendoui-bridge/issues/742#issuecomment-301689448, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ4MgAj3c0s4FYKvaBxul3po6zRUu6Tjks5r6UROgaJpZM4NVTdj .
using the manual script tag is not an option in my application...
Apologies for the wait. Hopefully my workload goes down at the end of this week so I can take a stab at writing new instructions
Thanks for the update :) 👍 I can not use the script tags because my application has to load as less things ass possible from external libs to make my data exchange as low as possible
I must be crazy, because the old instructions seem to suddenly work now. I have pushed the test app here: https://github.com/JeroenVinke/aurelia-cli-kendoui
Here are the updated instructions: https://aurelia-ui-toolkits.gitbooks.io/kendo-ui-sdk-installation/content/installation/installing%20kendo/advanced/pro/requirejs.html
So I am trying to get the kendo bridge working in a new aurelia-cli project. When trying to add the datepicker I get the error message
The kendo control 'kendoDatePicker' is not available. Did you load Kendo (in addition to the bridge)?
This is the steps I took:
au new kendo
.npm install aurelia-kendoui-bridge --save
Used the following
main.js
Added the following to
app.html
:Now I get the error message:
Am I missing something or are the instructions out of date?