Skip to content

Commit

Permalink
Merge pull request #3027 from rugk/patch-2
Browse files Browse the repository at this point in the history
Download JQuery over HTTPS
  • Loading branch information
lpagliari authored Aug 23, 2016
2 parents 5ed9f27 + f4bbe00 commit d6da6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/installDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ if [ -f "src/static/js/jquery.js" ]; then
fi

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

#Remove all minified data to force node creating it new
Expand Down

0 comments on commit d6da6b3

Please sign in to comment.