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

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