Skip to content
Snippets Groups Projects
  1. Mar 10, 2018
  2. Mar 09, 2018
  3. Mar 08, 2018
  4. Mar 07, 2018
  5. Mar 06, 2018
    • Daniel Hunsaker's avatar
      [Nanobox] Tuning Update (#6660) · b725924f
      Daniel Hunsaker authored
      Various preformance and stability enhancements for instances deployed via Nanobox.
      b725924f
    • Akihiko Odaki's avatar
      Do not use npm (#6656) · 81cefc19
      Akihiko Odaki authored
      Both of yarn and npm are used in Mastodon, but the combined usage requires
      a redundant dependency and may lead to data inconsistency.
      
      Considering that yarn has autoclean feature which npm does not have,
      this change replaces all npm usage with yarn.
      
      This change requires documentation update. Most notably, the following
      command must be executed before assets precompilation if any system
      dependency of node-sass has changed:
      
      yarn install --force --pure-lockfile
      81cefc19
Loading