From 30fd83ef08ca3492de32cae9748162c8e34d9684 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 1 Jun 2017 22:18:49 +0200 Subject: [PATCH] Correct buildpack order --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index f641eac..b9584fe 100644 --- a/app.json +++ b/app.json @@ -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": {