AdminLTE/bower_components/bootstrap-datepicker
Abdullah Almsaeed 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
..
.github Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
build Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
dist Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
docs Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
grunt Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
js Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
less Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
tests Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
.bower.json Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
.editorconfig Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
.gitignore Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
.travis.yml Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
CHANGELOG.md Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
CODE_OF_CONDUCT.md Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
CONTRIBUTING.md Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
Gruntfile.js Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
LICENSE Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
README.md Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
bower.json Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
composer.json Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
package.json Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00
yarn.lock Add bower_components for direct downloads but ignore them when installing using npm or bower 2017-07-01 16:16:47 -04:00

README.md

bootstrap-datepicker

Join the chat at https://gitter.im/uxsolutions/bootstrap-datepicker Build Status GitHub license

Versions are incremented according to semver.

CDN

You can use the CloudFlare powered cdnjs.com on your website.

bootstrap-datepicker on cdnjs

Please note: It might take a few hours until a new version is available on cdnjs.

Development

Once you cloned the repo, you'll need to install grunt and the development dependencies using a package manager:

  • yarn (recommended):
$ [sudo] yarn global add grunt-cli
$ yarn install
$ [sudo] npm install --global grunt-cli
$ npm install