mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
.. | ||
build | ||
dist | ||
docs | ||
grunt | ||
js | ||
less | ||
tests | ||
.bower.json | ||
.editorconfig | ||
.gitignore | ||
.npmignore | ||
.travis.yml | ||
bower.json | ||
CHANGELOG.md | ||
composer.json | ||
CONTRIBUTING.md | ||
Gruntfile.js | ||
LICENSE | ||
package.json | ||
README.md |
bootstrap-datepicker
This is a fork of Stefan Petre's original code; thanks go to him for getting this thing started!
Please note that this fork is not used on Stefan's page, nor is it maintained or contributed to by him.
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 days until a new version is available on cdnjs.
Links
- Online Demo
- Online Docs (ReadTheDocs.com)
- Google Group
- Travis CI
Development
Once you cloned the repo, you'll need to install grunt and the development dependencies using npm.
npm install -g grunt-cli
npm install