TradeMe / bootup.js

Cache and load static files from local storage.
MIT License
820 stars 46 forks source link

Very Good !! Can i post an example ? #1

Closed mikyweb closed 11 years ago

mikyweb commented 11 years ago
mhuggins commented 11 years ago

That seems like a pretty convoluted example compared to something like this:

new BootUp([ "a.jpg","b.jpg","c.mp3" ] , { debug: true });
zeke commented 11 years ago

The DSL looks nice and I simple, but I too would like a practical demo, ideally in the README.

djmc commented 11 years ago

This is a good request, so I've made a pull request adding a bunch of examples and documentation.

I'm going to close this issue, any further comments should be added to pull request #6.