• 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
Name
Last commit
Last update
..
dist Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
lodash.js Loading commit data...
package.json Loading commit data...