creating the gh pages hosted catalog app - aurelia-ui-toolkits/aurelia-syncfusion-bridge GitHub Wiki

Executive summary

(copied from aurelia-syncfusion-bridge demo site)

How to run

  1. npm install
  2. jspm registry create syncfusion jspm-git
  3. to be defined (here is the kendo alternative 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 Syncfusion 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 sample folder of the bridge

  1. remove the src, styles and images folder from the demo-kendo repository
  2. copy from the aurelia-syncfusion-bridge/sample folder, the src, styles, and images folder over to demo-syncfusion
  3. update the plugin: jspm install aurelia-syncfusion-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