Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / validate.js-0-10-0 / README.md
blobc763f8b0ca46c6a7e92255dd8733bae6f4f5f44b
1 validate.js
2 ===
3 Validate.js provides a declarative way of validating javascript objects.
5 For documentation please see [validatejs.org/](http://validatejs.org/).
7 For issues and feature requests visit the [issue tracker](https://github.com/ansman/validate.js/issues).
9 Building validate.js
10 ---
11 ### Requirements
12   * [node.js](https://nodejs.org/) - Will probably work with most versions
13   * [grunt-cli](http://gruntjs.com/using-the-cli)
15 ### Build steps
16   1. `git clone git@github.com:ansman/validate.js.git`
17   2. `cd validate.js`
18   3. `npm install`
19   4. `grunt build`
21 This will build *validate.min.js*, *validate.min.map* and the *docs* folder.
23 ### Continuous testing
24 You can run continuous testing that runs the tests on file changes by running
25 `grunt watch` or simply `grunt`.
27 If you want to just run the tests once you can do that by running `grunt test`.
29 Build status
30 ---
31 [![Build Status](https://travis-ci.org/ansman/validate.js.svg?branch=master)](https://travis-ci.org/ansman/validate.js)
32 [![Coverage Status](https://coveralls.io/repos/ansman/validate.js/badge.svg?branch=master)](https://coveralls.io/r/ansman/validate.js?branch=master)
34 Contributing
35 ---
36 Before opening a pull request please make sure your changes follow the
37 [contribution guidelines](https://github.com/ansman/validate.js/blob/master/CONTRIBUTING.md).
39 Users of validate.js
40 ---
41 If your site, library or application uses validate.js and would like to be shown
42 here please feel free to email <a href="mailto:info@validatejs.org">info@validatejs.org</a>
43 with the name and optionally a URL to the project and it will be added here.