-
Notifications
You must be signed in to change notification settings - Fork 181
Contribute
js-coder edited this page Dec 18, 2012
·
1 revision
Found a bug or want to add a feature? Here's how you can contribute.
To get started:
- Fork this repository and access it locally.
- Install all development dependencies using NPM:
$ npm install
When developing:
-
This will watch cookie.js and tests/spec.js for changes. If one of them changes it will lint them and run the test suite.
$ grunt watch
-
Add your feature.
-
Make sure all tests pass. If you added a new feature you'll also want to test it in other browsers. (Take a look at the third point here.)
-
Let's make everything ready for releasing:
$ grunt release
-
Now you can push your changes to your repository and make a pull request.