Merge pull request #3027 from rugk/patch-2

Download JQuery over HTTPS
This commit is contained in:
Luiza Pagliari 2016-08-23 17:23:47 -03:00 committed by GitHub
commit d6da6b3c63

View file

@ -95,7 +95,7 @@ if [ -f "src/static/js/jquery.js" ]; then
fi fi
if [ $DOWNLOAD_JQUERY = "true" ]; then if [ $DOWNLOAD_JQUERY = "true" ]; then
curl -lo src/static/js/jquery.js http://code.jquery.com/jquery-$NEEDED_VERSION.js || exit 1 curl -lo src/static/js/jquery.js https://code.jquery.com/jquery-$NEEDED_VERSION.js || exit 1
fi fi
#Remove all minified data to force node creating it new #Remove all minified data to force node creating it new