Skip to content
Snippets Groups Projects
  1. Oct 30, 2019
  2. Sep 23, 2019
  3. Sep 20, 2019
    • rschamp's avatar
      Allow Node to use more memory for old space · bc1b7879
      rschamp authored
      This flag essentially configures how much memory Node can use. If it’s too low, then Node processes may hang as Node spends time garbage collecting. Increasing it allows more memory to be used before garbage collection is necessary.  Travis VMs have 7.5GB of memory, so set the limit to just below that to avoid running out of memory completely.
      bc1b7879
    • rschamp's avatar
      Don’t push tags to gh-pages · 3d1ad740
      rschamp authored
      These builds make our gh-pages branch too large for GitHub to handle.
      3d1ad740
  4. Sep 12, 2019
  5. Jul 11, 2019
  6. Apr 16, 2019
  7. Mar 26, 2019
  8. Feb 11, 2019
    • Paul Kaplan's avatar
      Tag NPM releases · 3856fbc6
      Paul Kaplan authored
      Check if an NPM release just happened. And if so, tag the commit and push to GitHub.
      
      Thanks to @paulkaplan for pairing on this
      3856fbc6
  9. Feb 08, 2019
  10. Feb 01, 2019
  11. Dec 06, 2018
  12. Aug 17, 2018
  13. Jun 27, 2018
  14. Jun 13, 2018
  15. Jun 12, 2018
  16. Jun 06, 2018
  17. Jun 05, 2018
  18. May 05, 2018
    • Ray Schamp's avatar
      Publish develop builds to NPM · de711942
      Ray Schamp authored
      This brings scratch-gui in line with the rest of the scratch-* packages, and what scratch-www needs for the project preview page.
      de711942
  19. Apr 24, 2018
  20. Mar 29, 2018
  21. Mar 07, 2018
  22. Jan 17, 2018
  23. Jan 05, 2018
  24. Nov 30, 2017
  25. Oct 13, 2017
  26. Oct 04, 2017
  27. Aug 03, 2017
  28. Jun 09, 2017
    • Ray Schamp's avatar
      ba6f6a97
    • Ray Schamp's avatar
      Deploy all branches but master to subdirectories · 99bb4fea
      Ray Schamp authored
      Currently using an unmerged PR in gh-pages. (Will update to an LLK fork if we decide to go this way.)
      
      Move to Travis build stages to handle the multiple deploy methods by branch.
      
      Stop "testing" in more Node versions than 6, as this is basically just testing our build tools (using a single Node version simplifies using build stages.)
      
      Also add a `watch` command for testing static build output.
      99bb4fea
Loading