yathit / ydn-db

Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction.
Apache License 2.0
503 stars 41 forks source link

multiple mapfile problems #121

Closed Mrten closed 6 years ago

Mrten commented 6 years ago

The source map refers to (for example) https://raw.github.com/yathit/ydn-db/1.4.3/src/ydn/db/base/schema/database.js

raw.github.com does not exist, raw.githubusercontent.com does

however: fixing that by hand does not work because of the next problem:

/1.4.3/ path does not exist, only /master/ exists.

Also, there are no branches or tags in github (but that's probably related).

yathit commented 6 years ago

Change 1.4.3 this master

yathit commented 6 years ago

Change 1.4.3 to master