Skip to content
Snippets Groups Projects
Commit 4f4bf75c authored by Armand Bahi's avatar Armand Bahi
Browse files

Correct grunt problems

parent dca067bb
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ else
./pull_subtrees.sh
./copy_hooks.sh
cd ../client/conf
cd ../conf
npm install grunt --save
npm install grunt-cli
npm install grunt-closure-tools --save
......
......@@ -81,7 +81,7 @@ if ! [ -e "src/vitis/client/conf" ]; then
done
fi
if ! [ -e "conf/closure" ]; then
ln -rsf src/closure/conf client/conf/closure
ln -rsf src/closure/conf conf/closure
fi
# Modules
......
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