From 89ebf1845b3087a2ef98f722429990b563ab3c76 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Mon, 23 Oct 2017 05:13:26 -0400 Subject: [PATCH] Add Heroku post build step to create static files. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c88d4b94..e41dd67b 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,8 @@ "pump": "^1.0.2", "require-dir": "^0.3.2", "tempusdominus-bootstrap-4": "^5.0.0-alpha9" + }, + "scripts": { + "heroku-postbuild": "npm rebuild node-sass && gulp build" } }