From 8e950d9a0ffb6cbd05488ffd7b22cc4093f6b1e7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 14 Jul 2017 23:16:24 +0100 Subject: [PATCH] Run gulp when publishing --- publish.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/publish.sh b/publish.sh index 2db5bce8..e3aaf3d0 100755 --- a/publish.sh +++ b/publish.sh @@ -2,6 +2,9 @@ SITE_ENV="prod" +# Build front-end assets. +node_modules/.bin/gulp --production + # Remove the existing docs directory, build the site and create the new # docs directory. rm -rf ./docs