Files
dokku/tests/apps/multi
Jose Diaz-Gonzalez 86795ddacc tests: run mvdan/shfmt on test runs
While I do not agree with _every_ style change, this will force Dokku to have consistent formatting across all shell scripts, which is arguably a Good Thing™.

The command used to reprocess everything is:

```shell
shfmt -l -bn -ci -i 2 -w .
```
2019-01-07 01:25:55 -05:00
..
2017-01-14 22:38:27 +01:00
2014-12-21 14:51:41 -08:00
2015-01-06 11:20:22 -08:00
2016-01-07 18:00:12 -08:00
2014-12-21 14:51:41 -08:00
2014-12-21 14:51:41 -08:00

This is a sample application to test heroku buildpack multi for integrating with herokuish: https://github.com/gliderlabs/herokuish

I am choosing to use the python, nodejs, and ruby buildpacks to create a very simple flask app that performs a bower install and a simple grunt task using compass.