1. 02 Mar, 2018 3 commits
  2. 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
  3. 20 Feb, 2018 1 commit
  4. 13 Feb, 2018 1 commit
  5. 09 Feb, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 31 Jan, 2018 1 commit
  8. 29 Jan, 2018 1 commit
  9. 25 Jan, 2018 1 commit
  10. 16 Nov, 2017 1 commit
  11. 15 Nov, 2017 1 commit
  12. 13 Nov, 2017 3 commits
  13. 26 Oct, 2017 6 commits
  14. 20 Oct, 2017 1 commit
  15. 17 Oct, 2017 3 commits
  16. 15 Sep, 2017 1 commit
  17. 14 Sep, 2017 1 commit
    • David Zülke's avatar
      fix unset LOG_CONCURRENCY crashing apps (#475) · acc99022
      David Zülke authored
      if an app has a .profile.d script that does set -u, and that is evaluated before WEB_CONCURRENCY.sh (because of alpha order when globbing), the access to the variable, if unset, would cause a failure on startup
      
      the fix is to check if the variable is set, using the '+' parameter substitution
      acc99022
  18. 08 Sep, 2017 2 commits
  19. 06 Sep, 2017 3 commits
  20. 30 Aug, 2017 1 commit
    • David Zülke's avatar
      move WEB_CONCURRENCY logic to separate file (#467) · 940c813d
      David Zülke authored
      All buildpacks use `profile/WEB_CONCURRENCY.sh` now which will be overwritten by the later buildpacks to avoid earlier buildpacks setting defaults for later ones at startup, with wrong defaults for some languages.
      940c813d
  21. 03 Aug, 2017 2 commits
  22. 26 Jul, 2017 2 commits
  23. 25 Jul, 2017 1 commit
  24. 24 Jul, 2017 1 commit