Update installDeps.sh

This commit is contained in:
Raphaël Dubigny 2015-04-04 17:30:41 +02:00
parent dfd17d1aba
commit 119fc82387

View file

@ -103,7 +103,7 @@ if [ $DOWNLOAD_JQUERY = "true" ]; then
fi
#Remove all minified data to force node creating it new
echo "Clear minified cache..."
echo "Clearing minified cache..."
rm -f var/minified*
echo "Ensure custom css/js files are created..."