Re: Appcache

2012-04-02 Thread Pierre-Henry Perret
Thanks Pandeiro. I know how to enable HTML5 app cache. This problem has disappeared when flushing the cache. Perhaps It came from another app enabling it... Le mercredi 28 mars 2012 15:52:45 UTC+2, Murph a écrit : > > I never saw an appcache file automatically generated in ClojureScript

Re: Appcache

2012-03-28 Thread Murphy McMahon
I never saw an appcache file automatically generated in ClojureScript One, but if you want an example of how to implement serving the cache manifest for offline use of your webapp, this repo of mine (branched from one master) has one: https://github.com/pandeiro/multiedit/blob/multi-edit/src/app

Appcache

2012-03-25 Thread Pierre-Henry Perret
How to disable/enable the appcache in One ? This is related to a manifest cache which is present in the root folder of the application. But in One, it seems to be automatically generated... -- You received this message because you are subscribed to the Google Groups "Clojure" grou