Remove SASS gem install (now using parcel)
This commit is contained in:
parent
df773855d5
commit
d545fb9d95
@ -5,9 +5,6 @@
|
|||||||
|
|
||||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||||
|
|
||||||
# Turn on sass compiler installation
|
|
||||||
INSTALL_SASS="true"
|
|
||||||
|
|
||||||
# Enable database resetting
|
# Enable database resetting
|
||||||
RESET_DB="true"
|
RESET_DB="true"
|
||||||
|
|
||||||
@ -17,4 +14,5 @@ source ./script/include/run_setup
|
|||||||
# Fetch and import the PE numbers
|
# Fetch and import the PE numbers
|
||||||
run_command "python script/ingest_pe_numbers.py"
|
run_command "python script/ingest_pe_numbers.py"
|
||||||
|
|
||||||
|
# Compile assets and generate hash-named static files
|
||||||
yarn build
|
yarn build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user