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

ISTWCMS-5509: adding the removal of ohana on non theme developing builds

parent 79b3adeb
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,8 @@ if [[ $build_option != 1 && $build_option != 3 ]]; then
ls | grep -v all.min.css | parallel rm
cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ohana/dist/js
ls | grep -v all.min.js | parallel rm
cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ohana
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
......
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