Correct buildpack order

This commit is contained in:
Pierre Rudloff 2017-06-01 22:18:49 +02:00
parent f943c60755
commit 30fd83ef08
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,9 @@
"php"
],
"buildpacks": [
{
"url": "https://github.com/piotras/heroku-buildpack-gettext.git"
},
{
"url": "heroku/nodejs"
},
@ -19,9 +22,6 @@
},
{
"url": "heroku/php"
},
{
"url": "https://github.com/piotras/heroku-buildpack-gettext.git"
}
],
"env": {