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

ISTWCMS-5597: adding copying fonts to the build ohana script

parent 09cb495c
No related branches found
No related tags found
1 merge request!3Feature/istwcms 5597 ebremner fonts
......@@ -59,6 +59,12 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
echo "Done setting up theming."
fi
echo "**************************************************************************************"
echo "Copying fonts ..."
cp "$DRUPAL_PATH/fonts/*" dist/fonts
echo "**************************************************************************************"
echo "Done copying fonts."
echo "**************************************************************************************"
echo "Running npm install ..."
if [[ $os_option == 1 ]]; then
......
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