Link to uswds fonts should come after node module is installed

This commit is contained in:
Devon Mackay 2018-07-02 10:40:04 -04:00
parent d584cc4d5a
commit 08d1bfd7c5
2 changed files with 4 additions and 4 deletions

View File

@ -28,5 +28,9 @@ pipenv install ${PIPENV_INSTALL_FLAGS}
# Install uswds node module and dependencies
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
${WEBASSETS_CMD} -m atst.assets build

View File

@ -23,7 +23,3 @@ fi
# Install application dependencies
script/bootstrap
# Symlink uswds fonts into the /static directory
rm -f ./static/fonts
ln -s ../node_modules/uswds/src/fonts ./static/fonts