scsper / carpool

4 stars 4 forks source link

Implement a cleaner way for bundling on Heroku. #19

Open scsper opened 9 years ago

scsper commented 9 years ago

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.

aaronabramov commented 9 years ago

we just need to build the app on travis and deploy artifacts http://docs.travis-ci.com/user/deployment/heroku/#Deploying-build-artifacts