microsoft / cordova-plugin-indexedDB

Cordova plugin for IndexedDB
Other
64 stars 17 forks source link

Map file not found #13

Open adamhughes86 opened 8 years ago

adamhughes86 commented 8 years ago

The map file in the minified js file is not found.

//# sourceMappingURL=indexeddbshim.min.js.map

emcniece commented 7 years ago

It looks like this repo is fairly outdated.

From the README:

Implements Indexed Database API support for Apache Cordova apps based on IndexedDBShim implementation

Taking at look at axemclion/IndexedDBShim we can see that there are many files here, including indexeddbshim.min.js and indexeddbshim.min.js.map. The version at the top of these files reads "indexeddbshim - v2.2.2 - 2016-11-05", whereas the version of this file included in this repo reads "v1.0.6 - 2015-04-16".

There is already a PR to upgrade indexeddbshim.min.js to v2.x, but it's a year and a half old and doesn't include the map file.

Yo Microsoft: promoting yourself as open-source is cool and all, but it's a facade if nobody is going to maintain these projects!

We're better off forking this - it doesn't look like those pull requests are going to be merged any time soon.