cvan / metropolis

an app store that works offline
http://metropolis.paas.allizom.org/
0 stars 1 forks source link

allow images to be stored on disk #24

Open cvan opened 10 years ago

cvan commented 10 years ago

For icons and screenshots - instead of using data URIs (or when data URIs are disabled), allow an option to save the images to disk in the src/db/ folder. And make sure those URLs are then somehow added to the appcache manifest (which might get tricky because that gets generated by a grunt task right now - but we could just as easily make that a static file or create a custom grunt task).

cvan commented 10 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=993180