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

ISTWCMS-5628: fixing symlink to dist folder

parent eca8b5c3
No related branches found
No related tags found
1 merge request!6Feature/istwcms 5628 ebremner images
...@@ -49,8 +49,6 @@ echo "Setting up theming ..." ...@@ -49,8 +49,6 @@ echo "Setting up theming ..."
cd .. cd ..
if [[ -d dist ]]; then if [[ -d dist ]]; then
rm -rf dist rm -rf dist
else
mkdir dist
fi fi
if [[ $build_option == 1 || $build_option == 3 ]]; then if [[ $build_option == 1 || $build_option == 3 ]]; then
ln -s ohana/dist dist ln -s ohana/dist dist
......
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