MosaicGroups / mosaic-groups

A Mosaic groups application
GNU General Public License v3.0
6 stars 2 forks source link

Continuous Build/Integration #137

Closed jeffklassen closed 7 years ago

jeffklassen commented 7 years ago

We need to figure out how to run webpack after a commit has been pushed to master but before the app has been deployed to heroku.

I think that CircleCI is a good build and test runner that has easy integration with heroku.

jeffklassen commented 7 years ago

I've got this one solved. Please see the ci branch.