From dde590d388872b0e0ebe69f9a31a6b60eee08eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 12 Jan 2018 12:24:39 +0100 Subject: [PATCH] gulp: Don't pass --production to Pillar's gulp when deploying --- rsync_ui.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rsync_ui.sh b/rsync_ui.sh index a01c499..f13a352 100755 --- a/rsync_ui.sh +++ b/rsync_ui.sh @@ -62,7 +62,9 @@ fi echo echo "*** GULPA GULPA PILLAR ***" -./gulp --production +# TODO(Pablo): this command fails when passing the --production CLI +# arg. +./gulp echo echo "*** SYNCING PILLAR_ASSETS ***"