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

View File

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