REJack 785cd511fd updated bower components vor 5 Jahren
..
.github 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
build 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
dist 785cd511fd updated bower components vor 5 Jahren
docs 785cd511fd updated bower components vor 5 Jahren
grunt 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
js 785cd511fd updated bower components vor 5 Jahren
less 8ee5087b13 Run bower update vor 6 Jahren
tests 785cd511fd updated bower components vor 5 Jahren
.bower.json 785cd511fd updated bower components vor 5 Jahren
.editorconfig 785cd511fd updated bower components vor 5 Jahren
.gitignore 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
.travis.yml 785cd511fd updated bower components vor 5 Jahren
CHANGELOG.md 785cd511fd updated bower components vor 5 Jahren
CODE_OF_CONDUCT.md 785cd511fd updated bower components vor 5 Jahren
CONTRIBUTING.md 785cd511fd updated bower components vor 5 Jahren
Gruntfile.js 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
LICENSE 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
README.md cc4654239b Fix issue #1664 and update bower plugins vor 7 Jahren
bower.json 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
composer.json 06bb8c2be1 Add bower_components for direct downloads but ignore them when installing using npm or bower vor 7 Jahren
package.json 785cd511fd updated bower components vor 5 Jahren
yarn.lock 785cd511fd updated bower components vor 5 Jahren

README.md

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.

Links

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
    
  • npm:

    $ [sudo] npm install --global grunt-cli
    $ npm install