Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 644 Bytes

INSTALL.md

File metadata and controls

35 lines (21 loc) · 644 Bytes

[o2.js][o2jscom] uses [grunt][grunt], you will need to [install grunt][grunt] before going over the following steps.

Installation

Make sure you have [node.js][nodejs] installed.

Then install grunt CLI and r.js as follows:

$ npm install -g grunt-cli
$ npm install -g requirejs

Then run the following scripts:

$ npm install
$ grunt publish

You are all set!

How Do I Compile the Documentation?

Run grunt doc.

How Do I Build the Project?

Run grunt publish.

What Are Other Automated Tasks that I Can Run?

Run grunt help for a list of tasks available.

// TODO: update this file.