Merge pull request #78 from dod-ccpo/symlink-bug

fix typo in bootstrap
This commit is contained in:
dandds 2018-07-18 11:49:12 -04:00 committed by GitHub
commit 072aca9a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ source ./script/include/run_bootstrap
# Link USWDS fonts into the /static directory # Link USWDS fonts into the /static directory
rm -f ./static/fonts rm -f ./static/fonts
ln -s ../node/modules/uswds/src/fonts ./static/fonts ln -s ../node_modules/uswds/src/fonts ./static/fonts