Update installDeps.sh

This commit is contained in:
Raphaël Dubigny 2015-04-04 17:14:59 +02:00
parent 900595355f
commit dfd17d1aba
1 changed files with 1 additions and 1 deletions

View File

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