Link to uswds fonts should come after node module is installed
This commit is contained in:
@@ -28,5 +28,9 @@ pipenv install ${PIPENV_INSTALL_FLAGS}
|
|||||||
# Install uswds node module and dependencies
|
# Install uswds node module and dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
# Relink uswds fonts into the /static directory
|
||||||
|
rm -f ./static/fonts
|
||||||
|
ln -s ../node_modules/uswds/src/fonts ./static/fonts
|
||||||
|
|
||||||
# Precompile assets for deployment
|
# Precompile assets for deployment
|
||||||
${WEBASSETS_CMD} -m atst.assets build
|
${WEBASSETS_CMD} -m atst.assets build
|
||||||
|
@@ -23,7 +23,3 @@ fi
|
|||||||
|
|
||||||
# Install application dependencies
|
# Install application dependencies
|
||||||
script/bootstrap
|
script/bootstrap
|
||||||
|
|
||||||
# Symlink uswds fonts into the /static directory
|
|
||||||
rm -f ./static/fonts
|
|
||||||
ln -s ../node_modules/uswds/src/fonts ./static/fonts
|
|
||||||
|
Reference in New Issue
Block a user