1. 24 Feb, 2016 2 commits
    • Robert Knight's avatar
      Merge pull request #3004 from hypothesis/fix-docker-build · de946977
      Robert Knight authored
      Fix docker build
      de946977
    • Nick Stenning's avatar
      Tweaks to the frontend build in the Dockerfile · f3d2e836
      Nick Stenning authored
      A couple of related improvements to how we build the Dockerfile:
      
      1. Don't invalidate the Python dependencies layer just because
         `package.json`, `gulpfile.js` or `scripts/` changed.
      2. Use a prebuilt node-sass binary. The prebuilt binaries supplied by
         the node-sass project aren't compatible with Alpine Linux (which uses
         musl-libc rather than glibc).
      3. Make some small tweaks to the gulpfile so we can build just the
         assets needed for the web application (i.e. skipping the extension).
      f3d2e836
  2. 23 Feb, 2016 35 commits
  3. 22 Feb, 2016 3 commits