From d545fb9d957a3881c916f59a6ad848bd282f1ba7 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 8 Aug 2018 11:43:38 -0400 Subject: [PATCH] Remove SASS gem install (now using parcel) --- script/setup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/setup b/script/setup index f3b5b616..1e9c872e 100755 --- a/script/setup +++ b/script/setup @@ -5,9 +5,6 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh -# Turn on sass compiler installation -INSTALL_SASS="true" - # Enable database resetting RESET_DB="true" @@ -17,4 +14,5 @@ source ./script/include/run_setup # Fetch and import the PE numbers run_command "python script/ingest_pe_numbers.py" +# Compile assets and generate hash-named static files yarn build