|
3 роки тому | |
---|---|---|
.. | ||
css | 3 роки тому | |
js | 3 роки тому | |
LICENSE | 3 роки тому | |
README.md | 3 роки тому |
A simple timepicker component for Twitter Bootstrap.
View demos & documentation.
If you make money using this timepicker, please consider supporting its development.
Install NodeJS and Node Package Manager.
Install packages
npm install
$ bower install
$ grunt test // run jshint and jasmine tests
$ grunt watch // run jsHint and Jasmine tests whenever a file is changed
$ grunt compile // minify the js and css files
$ grunt gh-pages // push updates to gh-pages
$ grunt bump:[patch/minor/major] // bump the version
Thanks to everyone who have given feedback and submitted pull requests. A list of all the contributors can be found here.
Special thanks to @eternicode and his Twitter Datepicker for inspiration.