diff --git a/build_ohana.sh b/build_ohana.sh index 6e932446adddcf701e78c468e944de6ea1ec00c3..20f1e32cd6aaa74305eafc19ad87baf46eb253ad 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