-
Notifications
You must be signed in to change notification settings - Fork 583
HowTo update traceur compiler web site demos
johnjbarton edited this page Nov 15, 2013
·
3 revisions
The site http://google.github.io/traceur-compiler serves content from the gh-pages
branch of this repository.
The top level index.html
file redirects to the wiki GettingStarted page, so authoring site docs is just editing the wiki pages. The wiki pages in turn can link back to the .html
files on the site for demos. For example, you can try the repl page
- Content: edit the wiki pages
- Demos: fast-forward the
gh-pages
branch to match themaster
branch.
Never diverge
gh-pages
frommaster
, always usegit merge --ff-only master