1.2 KiB
1.2 KiB
Can't find dexie.js?
Dexie's dist files are no longer checked in to github except temporarily when tagging a release version (just so that bower will continue to work). The reason for this is because checking in dist files bloats the commit history and makes it error prone to contribute to the repo. To support bower though, we have to continue checking in dist files when releasing, but that is now handled by the release.sh script, who also removes them directly afterwards.
If you still just want to download dexie.js to include in a test HTML page, go to the following download site:
Download
Typings
Optional Stuff
dexie.js (non-minified version)
dexie.min.js.gz (Minified and gzipped)
Install from NPM
npm install dexie
How to build
- cd to dexie package
- npm install
- npm run build
Contributing to Dexie.js?
Watch:
npm run watch
Test:
npm test