Currently, we have to commit our bundles to Heroku. We should see if there is a way to bundle our files to Heroku without:
1) Checking in the bundle
2) Moving grunt and all grunt-tasks to dependencies, not dev dependencies.
The main suggested way is to either include all of your devDependencies in the production build on Heroku, or to use the grunt buildpack, which requires that all packages run on Heroku be put inside dependencies.
Currently, we have to commit our bundles to Heroku. We should see if there is a way to bundle our files to Heroku without:
1) Checking in the bundle 2) Moving grunt and all grunt-tasks to dependencies, not dev dependencies.
The main suggested way is to either include all of your devDependencies in the production build on Heroku, or to use the grunt buildpack, which requires that all packages run on Heroku be put inside dependencies.