From 534aa2b780a204f502f5fcbe854fdbaa0befd533 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 10 Feb 2015 08:49:29 -0600 Subject: [PATCH] REmoved build process from procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index d27e533a56..4b612b697b 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: ./node_modules/.bin/grunt build:prod;./node_modules/.bin/grunt nodemon; \ No newline at end of file +web: ./node_modules/.bin/grunt nodemon;