Merge pull request #2576 from rdubigny/develop

Fix minor typo in installDeps.sh
pull/2579/head
John McLear 2015-04-04 18:06:59 +01:00
commit b26956be4b
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 "Clearing minified cache..."
rm -f var/minified*
echo "Ensure custom css/js files are created..."