Merge pull request #407 from impulzia/master

Fix for issue #406 (avoid check ssl certificate in curl with prefixfree)
This commit is contained in:
Peter 'Pita' Martischka 2012-02-06 03:35:24 -08:00
commit 94b5998347

View file

@ -79,7 +79,7 @@ if [ -f "static/js/prefixfree.js" ]; then
fi
if [ $DOWNLOAD_PREFIXFREE = "true" ]; then
curl -lo static/js/prefixfree.js https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.js || exit 1
curl -lo static/js/prefixfree.js -k https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.js || exit 1
fi
#Remove all minified data to force node creating it new