dojo-website

August 11, 2015 ยท View on GitHub

Development

  1. git submodule update --init --recursive
  2. npm install
  3. bower install
  4. grunt develop
  5. Visit http://localhost:1337/

Note: By default, the reference guide and API docs are not generated by the develop task.

Building the Docs

Reference Guide

  • Requirement: Sphinx
  1. sudo easy_install pip
  2. sudo pip install sphinx
  3. grunt guide

API Docs

  1. grunt api

Deployment

Follow the steps for the Development and Docs install and then run grunt deploy

Contents

  1. 1Development
  2. 2Building the Docs
  3. 2.1Reference Guide
  4. 2.2API Docs
  5. 3Deployment