Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.51 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.51 KB

aurelia-kendoui-plugin demo site

Live demo Plugin repository

How to run

  1. npm install
  2. jspm registry create kendo jspm-git
  3. base URL: https://bower.telerik.com
  4. Set advanced configurations? yes
  5. Would you like to use the default git repository suffix (.git)? yes
  6. Disable shallow git clones? no
  7. Enable authentication? yes
  8. Enter your Telerik credentials
  9. jspm install
  10. gulp watch

pre-deploy checklist

  1. update the about page with the current status of control development

How to deploy from samples

  1. remove the src, styles, images and doc folder from the demo-kendo repository
  2. copy from the aurelia-kendoui-plugin/sample folder, the src, styles, images and doc folder over to demo-kendo
  3. update the plugin: jspm install aurelia-kendoui-bridge
  4. run gulp watch and verify that everything runs correctly, and that there are no errors in the console
  5. gulp deploy
  6. push changes to the github repo