-
Notifications
You must be signed in to change notification settings - Fork 181
Home
Masanori Ohgita edited this page Nov 6, 2015
·
39 revisions
A documents for development of jquery-simple-datatimepicker.
- Contributors - Thanks for committers :)
-
For user: (Stable version)
- GitHub: Relases page
- Bower:
$ bower install jquery-simple-datetimepicker
- The jQuery Plugin Registry: http://plugins.jquery.com/simple-dtpicker/ (deprecated)
-
For developers: (Development version)
- Git:
$ git clone https://github.com/mugifly/jquery-simple-datetimepicker.git
- Git:
- Released version: See released tags page.
-
Development version: v1.13.0 in master branch
- Examples: http://jq-simple-dtpicker-gh-master.herokuapp.com/jquery.simple-dtpicker.html (automatic deployed from master branch)
- Format: major.minor.revision
- revision: such as bug fix
- Example: 1.0.0
- Branch: X.X.x (example: 1.0.x). However, mainstream (will released at next) development version has committed to the master branch.
- Tag: X.X.X (example: 1.0.0) - It's just a released version.
Automated testing on Travis-CI: (master branch)
To run a test in your local, you must install Node.js (that includes the npm command). Then please run the following commands:
$ sudo npm install -g grunt-cli
$ npm install
$ grunt test
The test scripts which based on QUnit testing framework has included in t/ directory.
Thank you.