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

Add grunt to the install

parent 5b9cffc3
No related branches found
No related tags found
No related merge requests found
client
vas
conf/closure
conf/node_modules/
conf/properties.json
src/closure/conf/depswriter/
src/vitis/vas/log/
src/vitis/vas/public/
src/vitis/vas/server/
......
......@@ -11,7 +11,15 @@ if [ `whoami` == "root" ]; then
echo "Please, do not run this script as sudo"
else
cd utils/
./init_symlinks.sh
# ./init_symlinks.sh
./pull_subtrees.sh
./copy_hooks.sh
cd ../conf
npm install grunt --save
npm install grunt-cli
npm install grunt-closure-tools --save
npm install google-closure-compiler@20160911.0.0 --save
npm install google-closure-library@20160911.0.0 --save
grunt
fi
......@@ -21,6 +21,7 @@ git subtree pull --prefix src/vitis --squash -m "pull subtree" "git@gitlab.vere
# fichiers à ignorer
git update-index --assume-unchanged conf/properties.json
git update-index --assume-unchanged conf/package.json
git update-index --assume-unchanged src/vitis/vas/rest/.htaccess
git update-index --assume-unchanged src/vitis/vas/rest/conf/properties.inc
git update-index --assume-unchanged src/vitis/vas/rest/conf/properties_domain.inc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment