Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 627 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 627 Bytes

Contributing to nomnoml

To start contributing you will need to fork the repo on github and clone it first.

Building

Running npm install will run the build.js script that compiles a stand alone AMD, node and globals compatible library to dist/nomnoml.js.

Testing

Before committing and before making a pull request it is useful to make sure that all unit tests are still working and that the usecases are also running fine. Here is a good procedure:

  1. Run npm install.
  2. Check index.html.
  3. Check test/index.html.
  4. Check test/standalone.usecase.html.
  5. Check test/requirejs.usecase.html.