You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experimenting with letting GitHub serve the Kendo demos (kendo-global/demo/*) directly from the repository. So that you can have clickable links in README.md, displayed when you browse to https://github.com/loudenvier/kendo-global.
Benefit: you don't have to download the repository first before you can try the demos.
You are going for the short cut alternative, keeping everything in 'gh-pages' branch
I commit to 'master' in my fork. I.e. copying what I have in gh-pages to master.
I make a pull request
You put everything in 'gh-pages'
I am experimenting with letting GitHub serve the Kendo demos (kendo-global/demo/*) directly from the repository. So that you can have clickable links in README.md, displayed when you browse to https://github.com/loudenvier/kendo-global.
Benefit: you don't have to download the repository first before you can try the demos.
This is possible by using GitHub Pages (gh-pages). I have a proof of concept in my fork at: https://github.com/DonKarlssonSan/kendo-global/tree/gh-pages, click the links in the Language column in the Credits table. Note that some of the links does not work because the demo file is missing for some translations.
Steps I have taken:
The proper way to handle this seems to be:
See:
http://jgoodall.me/posts/2012/10/26/keep-gh-pages-in-sync-with-master/ and
https://gist.github.com/chrisjacob/833223
But there is a short cut that many seems to use and which I think i perfectly fine in this case:
What do you think about this idea?
The text was updated successfully, but these errors were encountered: