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

ISTWCMS-5628: updating images in ohana build script

parent 1f16ec40
No related branches found
No related tags found
1 merge request!6Feature/istwcms 5628 ebremner images
...@@ -55,6 +55,7 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then ...@@ -55,6 +55,7 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
cd ohana cd ohana
rm -rf src/patterns rm -rf src/patterns
ln -s ../../src/patterns src/patterns ln -s ../../src/patterns src/patterns
ln -s ../images dist/images
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done setting up theming." echo "Done setting up theming."
fi fi
...@@ -101,15 +102,12 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then ...@@ -101,15 +102,12 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then
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
cp images/* dist/images/
rm -rf images
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done setting up css/js and removing ohana." echo "Done setting up css/js and removing ohana."
fi fi
if [[ $env_option == 1 ]]; then if [[ $env_option == 1 ]]; then
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Creating symlink for ohana ..." echo "Creatin
ln -s "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana "$PL_PATH"/uw_wcms_ohana
echo "Done creating symlink for ohana."
echo "**************************************************************************************"
echo ""
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