Skip to content
Snippets Groups Projects
Commit 376b3811 authored by Yves Raymond Schmid Dornbierer's avatar Yves Raymond Schmid Dornbierer Committed by Yves Raymond Schmid Dornbierer
Browse files

[HOTFIX] Remove unrequired cmake from GZ3D to frontend script

Change-Id: I6bfa1fdc4a1cbba6dffa91091e5c7fc9893e27dc
parent 92b6c8a2
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,7 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $DIR/gz3d/utils
grunt build
echo -e "\e[34mgz3d.js and gz3d.min.js created\e[39m"
cd ../../build
cmake ..
cp $HBP/gzweb/gz3d/build/gz3d.js $HBP/ExDFrontend/bower_components/gz3d-hbp/gz3d/build/
cp $HBP/gzweb/gz3d/client/js/include/*.js $HBP/ExDFrontend/bower_components/gz3d-hbp/gz3d/client/js/include/
echo -e "\e[34mFiles copied to http directory\e[39m"
if [ "$1" == "-d" ]; then
cd ../gz3d/utils
grunt jsdoc
echo -e "\e[34mDocumentation updated\e[39m"
fi
echo -e "\e[34mFiles copied to HTTP directory and to Frontend\e[39m"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment