DoneJS StealJS jQuery++ FuncUnit DocumentJS
3.14.1
5.0.0 4.3.0 2.3.35
  • About
  • Guides
  • API Docs
  • Community
  • Contributing
  • Bitovi
    • Bitovi.com
    • Blog
    • Design
    • Development
    • Training
    • Open Source
    • About
    • Contact Us
  • About
  • Guides
  • API Docs
  • Community
  • Contributing
    • Creating the Legacy Branch
    • Changing the Code
    • Releasing CanJS
    • Updating the Site
  • GitHub
  • Twitter
  • Chat
  • Forum
  • News
Bitovi

Updating the Site

  • Edit on GitHub

How to update the CanJS website.

v3.canjs.com is hosted on GitHub pages from the canjs/3.x#gh-pages branch and generated from the canjs/canjs#3.x-legacy branch. To generate and push a new version of the website, verify you have push access to those branches. Then get all latest changes via:

git checkout 3.x-legacy
git fetch --all && git rebase
npm cache clean
rm -rf node_modules

We also have to delete the local gh-pages branch:

git branch -D gh-pages

Then run

make

This will generate and publish a new version of the website.

CanJS is part of DoneJS. Created and maintained by the core DoneJS team and Bitovi. Currently 3.14.1.

On this page

Get help

  • Chat with us
  • File an issue
  • Ask questions
  • Read latest news