Merge pull request #142 from dod-ccpo/remove-extra-sass

Remove SASS gem install (now using parcel)
This commit is contained in:
Devon 2018-08-08 13:30:17 -04:00 committed by GitHub
commit 22b81c2c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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