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

bower.json main is wrong #47

Closed astroanu closed 9 years ago

astroanu commented 9 years ago

Hey, they file defined in bower.json as main is not there. It should be "jsc/ydn.db-dev.js" not "jsc/ydn.db-npm-dev.js",

yathit commented 9 years ago

npm, bower does not fit with closure tool chain. I have to get rid of them. Thanks for report.

astroanu commented 9 years ago

wait, so if i'm using bower and gulp inject on my angular project, how do i install ydn with bower and how will gulp know which js to include ?