Skip to content
Snippets Groups Projects
Commit 381567ea authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5597: updating copy fonts command one more time in build ohana script

parent 46832e90
No related branches found
No related tags found
1 merge request!3Feature/istwcms 5597 ebremner fonts
...@@ -61,7 +61,7 @@ fi ...@@ -61,7 +61,7 @@ fi
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Copying fonts ..." echo "Copying fonts ..."
cp -r "$DRUPAL_PATH/web/fonts/" dist/fonts cp -r "$DRUPAL_PATH/web/fonts/*" dist/fonts
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done copying fonts." echo "Done copying fonts."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment