From 3f4f376a06e088e5208dee43dd759dcd55b464c5 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Thu, 9 Jun 2022 14:43:00 -0400 Subject: [PATCH] ISTWCMS-5628: temporary remove commands to delete ohana stuff in non theme development --- build_ohana.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build_ohana.sh b/build_ohana.sh index 6e932446..20f1e32c 100755 --- a/build_ohana.sh +++ b/build_ohana.sh @@ -90,17 +90,17 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then else mkdir dist fi - mv ohana/dist . - cd dist/css - find . -type f -not -name 'all.min.css' -delete - cd ../js - find . -type f -not -name 'all.min.js' -delete - cd .. - if [[ -d vendor ]]; then - rm -rf vendor - fi - cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ - rm -rf ohana +# mv ohana/dist . +# cd dist/css +# find . -type f -not -name 'all.min.css' -delete +# cd ../js +# find . -type f -not -name 'all.min.js' -delete +# cd .. +# if [[ -d vendor ]]; then +# rm -rf vendor +# fi +# cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ +# rm -rf ohana echo "**************************************************************************************" echo "Done setting up css/js and removing ohana." fi -- GitLab