Thanks for wanting to contribute. Please follow the instructions below.
- Clone the repository
- Run
bower installin the repository directory - Run
npm installin the repository directory - Run
grunt serveto start serving the demo onhttp://localhost:9001/demo/
- Make sure you add tests to
/test/angular-validator-spec.jsthat test your changes. To run testsgrunt test - If appropriate update the README to reflect your changes.
- Run
grunt buildto minify and create adistversion of your changes - If appropriate update the demo in /demo/
- The project maintainer will update the Plunker demo that is linked in README.md if needed.