Skip to content
This repository was archived by the owner on Jan 4, 2018. It is now read-only.

mochajs/old-mochajs-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1157aeb · Dec 9, 2017
Nov 7, 2016
Apr 12, 2016
Nov 13, 2016
Nov 5, 2013
Jul 27, 2016
Jul 17, 2016
Nov 9, 2016
Jul 5, 2015
Apr 11, 2016
Apr 11, 2016
Oct 30, 2016
Oct 30, 2016
Oct 30, 2016
Jul 17, 2016
Aug 12, 2016
Nov 23, 2017
Nov 9, 2016

Repository files navigation

mochajs.org

So you wanna build the site?

mochajs.org is built using Jekyll, the popular static site generator.

Prerequisites

  • Ruby
  • RubyGems
  • Bundler
  • (Optional) Node.js v4.0.0 or greater

Development

  1. Clone this repo
  2. Execute npm install and follow the directions.

Mac users: You may need to install Xcode command line tools if bundle install fails. Execute xcode-select --install if so.

Notes

  • Node.js is only necessary if you need to rebuild the table of contents.
  • To serve the site and rebuild as changes are made, execute npm start serve.
  • To rebuild the site once, execute npm start build.
  • To update the table of contents, execute: npm start toc. This will only alter index.md; it will not rebuild the site unless npm start serve is running in another process.
  • The _site directory is where the generated static site lives (and is what you see at mochajs.org). It is not under version control.
  • Gemfile.lock is ignored as to always get the latest github-pages gem.

License

©️ 2016 JS Foundation and contributors.

Content licensed CC-BY-4.0.

Code licensed MIT.

About

DEPRECATED: docs now at ->

Resources

License

CC-BY-4.0, MIT licenses found

Licenses found

CC-BY-4.0
LICENSE-CC-BY-4.0
MIT
LICENSE-MIT 

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages