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