Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 912 Bytes

DEVELOPMENT.md

File metadata and controls

18 lines (13 loc) · 912 Bytes

Development

Whenever working on a new feature, bump the version locally in build.properties so previous builds aren't overwritten.

To build the project, run the Ant build target clean.

It's ill-named, but it cleans the project, builds the new version, generates the documentation, packages it up, and puts everything in the distribution folder.

Releasing a New Version

  1. Make sure the version has been updated.
  2. Push the new commit(s) to GitHub.
  3. Copy the contents of the new version's reference folder to overwrite the contents in the gh-pages branch, and commit those changes.
  4. Create a new release on GitHub with the new version, and upload the new version's .zip and .txt files to it.
  5. Push those same two files to the server hosting the latest version for users to download.