Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.26 KB

File metadata and controls

27 lines (17 loc) · 1.26 KB

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.

Also note that the version used in Aha! app is based on version 1.4.x, and has diverged from the original code in some significant ways.

Merging changes in GitHub

In GitHub, always make sure your PR sets its base_repository to aha-app/bootstrap-datepicker (our version) rather than uxsolutions/bootstrap-datepicker (the original upstream).

Links

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