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:
dexie.js (non-minified version)
dexie.min.js.gz (Minified and gzipped)
npm install dexie
- cd to dexie package
- npm install
- npm run build
Watch:
npm run watch
Test:
npm test