1. 13 Sep, 2018 2 commits
  2. 07 Sep, 2018 3 commits
  3. 06 Sep, 2018 1 commit
  4. 04 Sep, 2018 3 commits
    • Jeremy Morrell's avatar
      Increase Node memory default during builds (#561) · 9fa6f571
      Jeremy Morrell authored
      We've seen an increasing failures due to frontend build exceeding Node
      default 1.5GB memory limit during build. Heroku runs these builds on
      machines with 2.5GB of memory. This increases the default limit for
      Node 8 and above by passing commands via `NODE_OPTIONS` during build
      if the user has not set this manually
      9fa6f571
    • Jeremy Morrell's avatar
      Rework output when caching directories (#559) · a8372ab8
      Jeremy Morrell authored
      * Rework output when caching directories
      
      This splits the logic when the buildpack saves and restores the cache
      into two separate branches:
      
      - when the user hasn't specified specific directories to cache (most everyone)
      - when the user has given a list of specific directories to cache (power users)
      
      This gives us more control over the default messaging, which has
      included messaging for bower_components forever, even though most users
      will never use bower, nor should we encourage them to.
      
      These changes silence and minimize the messaging for the default case
      a8372ab8
    • Jeremy Morrell's avatar
  5. 31 Aug, 2018 1 commit
  6. 28 Aug, 2018 2 commits
  7. 27 Aug, 2018 2 commits
  8. 24 Aug, 2018 1 commit
    • Jeremy Morrell's avatar
      Fix issue with old Node and metrics plugin (#555) · c93eabe7
      Jeremy Morrell authored
      The resolves an issue where a user that is not using a version of Node supported by the metrics plugin (not 8, 9, or 10) opts in to the feature.
      
      Since the plugin for the appropriate version of Node is copied into the slug at build time, but the metrics url is set at runtime, we need to verify that the plugin exists before including it.
      c93eabe7
  9. 23 Aug, 2018 2 commits
  10. 22 Aug, 2018 1 commit
    • Jeremy Morrell's avatar
      Fix travis builds (#551) · 778ad489
      Jeremy Morrell authored
      * Fix travis builds
      
      - Yarn reworked the structure of their cache directory with a recent release, which broke one of the tests.
      
      - added new fixtures for Node versions: 6, 8, 9, and 10
      
      - Added new utilities for asserting that a file exists or does not exist after a build
      778ad489
  11. 26 Jul, 2018 1 commit
  12. 23 May, 2018 2 commits
  13. 14 Mar, 2018 2 commits
  14. 13 Mar, 2018 2 commits
  15. 02 Mar, 2018 3 commits
  16. 01 Mar, 2018 1 commit
    • Jeremy Morrell's avatar
      Install devDependencies by default (#519) · bb9b5a91
      Jeremy Morrell authored
      Fixes #431 
      
      Many users getting started with Heroku try to run a build step with webpack, gulp, etc only to find that it's in their devDependencies and not installed by default on Heroku. They then have to figure out how to tell Heroku to install these. Defaulting to installing everything makes for a smoother onboarding.
      
      Changes the default behavior to install `devDependencies`, run the build step, and then prune the `devDependencies` once the build step is complete.
      bb9b5a91
  17. 20 Feb, 2018 1 commit
  18. 13 Feb, 2018 1 commit
  19. 09 Feb, 2018 1 commit
  20. 02 Feb, 2018 1 commit
  21. 31 Jan, 2018 1 commit
  22. 29 Jan, 2018 1 commit
  23. 25 Jan, 2018 1 commit
  24. 16 Nov, 2017 1 commit
  25. 15 Nov, 2017 1 commit
  26. 13 Nov, 2017 2 commits