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

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