Skip to content
Snippets Groups Projects
  1. Nov 01, 2019
    • Paul Kaplan's avatar
      Include library JSON files in package distribution · 6eaf6312
      Paul Kaplan authored
      Files like src/lib/libraries/sprites.json were being used by
      packages like scratch-desktop in order to fetch all the library
      assets for offline access. We stopped publishing src in #5263 to
      stop bloating the dist with copies of src files. Explicitly
      exporting the files that are needed by other repos is a better
      long-term plan.
      
      The files are now published to dist/libraries/*.json. Once this is
      merged those repos that use the src/ path need to change it to e.g.
      `require('scratch-gui/dist/libraries/backdrops.json')`
      6eaf6312
  2. Oct 31, 2019
  3. Oct 30, 2019
  4. Oct 29, 2019
  5. Oct 24, 2019
  6. Oct 22, 2019
  7. Oct 21, 2019
  8. Oct 18, 2019
  9. Oct 17, 2019
Loading