genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

remove concatenated file localforage_adapter.js #10

Closed frederikbosch closed 9 years ago

frederikbosch commented 9 years ago

it should be safe to remove localforage_adapter.js which is in the root of the project

iamolivinius commented 9 years ago

Actually I found this file pretty useful in case I wanted to create and share a demo on jsbin.

Would it be possible to add a dist folder with a concatenated/transpiled UMD module?

frederikbosch commented 9 years ago

See the 0.5x releases. The file is still there. But I guess releasing a new version of the 0.6x will help you more. Sorry for the delay on that one.