rallly/public/vendor/bootstrap-datepicker
2015-01-10 15:43:05 +01:00
..
build First Commit 2015-01-10 15:43:05 +01:00
css First Commit 2015-01-10 15:43:05 +01:00
docs First Commit 2015-01-10 15:43:05 +01:00
js First Commit 2015-01-10 15:43:05 +01:00
less First Commit 2015-01-10 15:43:05 +01:00
tests First Commit 2015-01-10 15:43:05 +01:00
.bower.json First Commit 2015-01-10 15:43:05 +01:00
.gitignore First Commit 2015-01-10 15:43:05 +01:00
.jscs.json First Commit 2015-01-10 15:43:05 +01:00
.jshintrc First Commit 2015-01-10 15:43:05 +01:00
.travis.yml First Commit 2015-01-10 15:43:05 +01:00
bower.json First Commit 2015-01-10 15:43:05 +01:00
CHANGELOG.md First Commit 2015-01-10 15:43:05 +01:00
composer.json First Commit 2015-01-10 15:43:05 +01:00
CONTRIBUTING.md First Commit 2015-01-10 15:43:05 +01:00
Gruntfile.js First Commit 2015-01-10 15:43:05 +01:00
LICENSE First Commit 2015-01-10 15:43:05 +01:00
package.json First Commit 2015-01-10 15:43:05 +01:00
README.md First Commit 2015-01-10 15:43:05 +01:00

bootstrap-datepicker

This is a fork of Stefan Petre's original code; thanks go to him for getting this thing started!

Please note that this fork is not used on Stefan's page, nor is it maintained or contributed to by him.

Versions are incremented according to semver.

Development

Once you cloned the repo, you'll need to install grunt and the development dependencies using npm.

npm install -g grunt-cli
npm install