Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 924 Bytes

CONTRIBUTING.md

File metadata and controls

74 lines (47 loc) · 924 Bytes

Contribute

Development

For developers and contributors

  1. Fork project and clone your fork

  2. Install global dependencies

npm install -g coffee-script
  1. Install local dependencies
cake install
  1. Compile project
# Only once
cake compile

# On every change
cake watch
  1. Run tests
cake test

Publishing

For project maintainers

  1. Update meta files with latest information
cake prepublish
  1. Add a changelog entry to HISTORY.md with change information
v2.0.0 April 17, 2013
  - Something that changes
  1. Update version entry in package.json with new version number

  2. Commit changes

git commit -a -m "A message about what changed"
  1. Publish new version
cake publish