From 4d3d480c4e8caea61da30a907950d28defbf83b1 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 9 Jun 2022 09:43:53 -0400 Subject: [PATCH] ISTWCMS-5605: updating build ohana script for non theme development --- build_ohana.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_ohana.sh b/build_ohana.sh index 736bf2a0..a374a0dd 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -104,7 +104,8 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then fi cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ rm -rf ohana - cp images/* dist/images/ + rm -rf dist/images + cp images dist/ rm -rf images echo "**************************************************************************************" echo "Done setting up css/js and removing ohana." -- GitLab