The Wayback Machine - https://web.archive.org/web/20201121043407/https://github.com/jashkenas/coffeescript/wiki/%5BHowTo%5D-Update-the-docs
Skip to content

[HowTo] Update the docs

Geoffrey Booth edited this page Apr 27, 2018 · 1 revision

You can generate the docs via cake doc:site or cake doc:site:watch.

A convenient workflow is to run cake doc:site:watch, and then, from another tab, run sudo http-server -p 80 from the docs folder (/docs/). (You may need to install http-server if you don’t yet have it: npm install --global http-server.) Then go to http://localhost in a browser.

You can’t perform that action at this time.