vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
680 stars 36 forks source link

Device caching of compiled ClojureScript #38

Closed swannodette closed 4 years ago

swannodette commented 4 years ago

We could probably cache files on the device. We probably need some simple library for this and pass some kind of timestamp to the device when loading a file.

swannodette commented 4 years ago

One thought - if we cache the files on the device we could present the UI immediately instead of waiting to connect.

swannodette commented 4 years ago

There needs to be a flag/option to clear the cache.

swannodette commented 4 years ago

fixed https://github.com/vouch-opensource/krell/commit/c8d46e7ed0805ed0550f42af205516b84ba5ccd6