From 31578bc3afae770356c8a02ec6ed55454e056b80 Mon Sep 17 00:00:00 2001 From: Maksim Diakov Date: Fri, 27 Dec 2019 20:34:30 +0300 Subject: [PATCH 1/2] Create Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..434196add --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: node node_modules/gulp/bin/gulp build From 81bef580bf6b48b89d8296e4c22c778e8ef50ddd Mon Sep 17 00:00:00 2001 From: Maksim Diakov Date: Fri, 27 Dec 2019 20:39:57 +0300 Subject: [PATCH 2/2] Update Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 434196add..a434ed527 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node node_modules/gulp/bin/gulp build +web: node node_modules/gulp/bin/gulp build && node app.js