Merge pull request #407 from impulzia/master
Fix for issue #406 (avoid check ssl certificate in curl with prefixfree)
This commit is contained in:
commit
94b5998347
|
@ -79,7 +79,7 @@ if [ -f "static/js/prefixfree.js" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $DOWNLOAD_PREFIXFREE = "true" ]; then
|
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
|
fi
|
||||||
|
|
||||||
#Remove all minified data to force node creating it new
|
#Remove all minified data to force node creating it new
|
||||||
|
|
Loading…
Reference in New Issue