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

ISTWCMS-5628: temporary remove commands to delete ohana stuff in non theme development

parent 09b05964
No related branches found
No related tags found
1 merge request!6Feature/istwcms 5628 ebremner images
...@@ -90,17 +90,17 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then ...@@ -90,17 +90,17 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then
else else
mkdir dist mkdir dist
fi fi
mv ohana/dist . # mv ohana/dist .
cd dist/css # cd dist/css
find . -type f -not -name 'all.min.css' -delete # find . -type f -not -name 'all.min.css' -delete
cd ../js # cd ../js
find . -type f -not -name 'all.min.js' -delete # find . -type f -not -name 'all.min.js' -delete
cd .. # cd ..
if [[ -d vendor ]]; then # if [[ -d vendor ]]; then
rm -rf vendor # rm -rf vendor
fi # fi
cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/ # cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/
rm -rf ohana # rm -rf ohana
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done setting up css/js and removing ohana." echo "Done setting up css/js and removing ohana."
fi 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