npm install
jspm install
gulp watch
- remove the
src
,styles
andimages
folder from thedemo-kendo
repository - copy from the aurelia-kendoui-plugin/sample folder, the
src
,styles
,images
folder over todemo-kendo
- update the plugin:
jspm install aurelia-kendoui-bridge
- run
gulp watch
and verify that everything runs correctly, and that there are no errors in the console gulp deploy
- open the site. If you get errors in the console, it has happened that they disappear after about a minute
- push changes made by
gulp deploy
to the github repo