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

Support for Bower dependency management #94

Closed bennycode closed 8 years ago

bennycode commented 8 years ago

Hello, I want to retrieve the latest version of "ydn-db" via Bower.

The dependency entry in my bower.json is this:

"dependencies": {
  "ydn.db": "git://github.com/yathit/ydn-db.git#v1.3.3"
}

But when I run bower install then I don't get files like ydn.db-i-crud.js. :cry:

Do you plan to host a second repository to distribute ydn-db via Bower or can you please add the minified files to a dist directory in this repository to support the dependency management via Bower?

yathit commented 8 years ago

Yes, please go ahead with publishing your bower repo.