From fe00291ac69b219c2cf98ccdf6065ad981c4b880 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Mon, 2 Jul 2018 15:07:32 -0700 Subject: [PATCH] Build script --- scripts/dev | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/scripts/dev b/scripts/dev index 6b0dc7f2e20..211d5f7f671 100755 --- a/scripts/dev +++ b/scripts/dev @@ -5,7 +5,9 @@ PORT=9001 IMAGE=rancher/docs TAG=dev THEME= -BUILD= +BUILD_BUILD= +BUILD_DEV= +UPLOAD= # cd to app root CWD=$(dirname $0) @@ -20,11 +22,13 @@ print_help() cat 1>&2 <