Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the cache work in not-a-browser #72

Merged
merged 4 commits into from
Mar 15, 2018
Merged

Make the cache work in not-a-browser #72

merged 4 commits into from
Mar 15, 2018

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    66b469f View commit details
    Browse the repository at this point in the history
  2. Add yarn.lock

    onbjerg committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    5fc549c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. wrapper: Use memory cache adapter outside browser

    So, the primary issue with working in both the browser
    and outside the browser right now is to make sure that
    we do not require the filesystem specific adapters for lowdb
    in the browser, as that will break.
    
    Rather than spend a lot of time on fixing this right now
    (which I have already done), we're just going to use the
    memory adapter.
    
    This works fine for things like Aragon CLI, but will be a pain
    when we start using Electron, unless Electron also supports
    localStorage (which I think it does).
    onbjerg committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    d8091b1 View commit details
    Browse the repository at this point in the history
  2. wrapper: Remove yarn.lock

    onbjerg committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    6b6089a View commit details
    Browse the repository at this point in the history