1. 26 Feb, 2020 1 commit
  2. 25 Feb, 2020 2 commits
    • Robert Knight's avatar
      Merge pull request #1831 from hypothesis/fix-manifest-update · 8aec28d6
      Robert Knight authored
      Fix manifest not rebuilding after source file changes
      8aec28d6
    • Robert Knight's avatar
      Fix manifest not rebuilding after source file changes · 05c0126b
      Robert Knight authored
      Fix an issue where `build/boot.js` and `build/manifest.json` were not
      rebuilt after script/style bundles were updated or other resources were
      updated in the `build/` directory.
      
      The `updateManifest` gulp task function was not returning a value so
      gulp silently treated the task as never completing. I thought this
      generated a warning at some point in the past, but it looks like that
      was not happening.
      
      This fixes an issue in development where `build/boot.js` would sometimes
      be generated before `build/scripts/boot.bundle.js` had been fully
      written and then not regenerated after that file was written. This
      resulted in an empty or incomplete `build/boot.js` file and as a result
      the dev client would fail to start.
      05c0126b
  3. 24 Feb, 2020 9 commits
  4. 21 Feb, 2020 8 commits
  5. 20 Feb, 2020 8 commits
  6. 19 Feb, 2020 10 commits
  7. 18 Feb, 2020 2 commits