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

ISTWCMS-5628: udpating build ohana script for images

parent 5f30c1c7
No related branches found
No related tags found
1 merge request!6Feature/istwcms 5628 ebremner images
......@@ -55,7 +55,8 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
cd ohana
rm -rf src/patterns
ln -s ../../src/patterns src/patterns
ln -s ../images dist/images
cd dist
ln -s ../../images images
echo "**************************************************************************************"
echo "Done setting up theming."
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