From dfbf7cfb039e510a190214b0d1dcff938ddad1a1 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 2 Sep 2016 15:40:31 -0400 Subject: [PATCH] oops --- update.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/update.php b/update.php index 916dd056..8a6e6d5f 100755 --- a/update.php +++ b/update.php @@ -3,9 +3,6 @@ include __DIR__.'/bootstrap.php'; -View::gzipAssets(); -die; - $options = getopt('f'); $force = isset($options['f']); // update even if no NEEDS_UPDATE file exists @@ -23,3 +20,4 @@ chdir(ROOT_DIR); Shell::exec('git fetch && git reset --hard origin/master'); View::compileCss(); +View::gzipAssets();