You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AdminLTE/bower_components/bootstrap-datepicker
Abdullah Almsaeed cc4654239b
Fix issue #1664 and update bower plugins
7 years ago
..
.github Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
build Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
dist Fix issue #1664 and update bower plugins 7 years ago
docs Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
grunt Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
js Fix issue #1664 and update bower plugins 7 years ago
less Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
tests Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
.bower.json Fix issue #1664 and update bower plugins 7 years ago
.editorconfig Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
.gitignore Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
.travis.yml Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
CHANGELOG.md Fix issue #1664 and update bower plugins 7 years ago
CODE_OF_CONDUCT.md Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
CONTRIBUTING.md Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
Gruntfile.js Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
LICENSE Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
README.md Fix issue #1664 and update bower plugins 7 years ago
bower.json Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
composer.json Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago
package.json Fix issue #1664 and update bower plugins 7 years ago
yarn.lock Add bower_components for direct downloads but ignore them when installing using npm or bower 8 years ago

README.md

bootstrap-datepicker

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

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