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

ISTWCMS-5605: updating build ohana script for non theme development

parent 66bbf573
No related branches found
No related tags found
1 merge request!6Feature/istwcms 5628 ebremner images
......@@ -104,7 +104,8 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then
fi
cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/
rm -rf ohana
cp images/* dist/images/
rm -rf dist/images
cp images dist/
rm -rf images
echo "**************************************************************************************"
echo "Done setting up css/js and removing ohana."
......
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