Update URL

This commit is contained in:
Michael Droettboom 2019-06-03 15:57:17 -04:00
parent 100e81f141
commit 6707647fa7
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ build/pyodide_dev.js: src/pyodide.js
build/pyodide.js: src/pyodide.js build/pyodide.js: src/pyodide.js
cp $< $@ cp $< $@
sed -i -e 's#{{DEPLOY}}#https://pyodide.iodide.io/#g' $@ sed -i -e 's#{{DEPLOY}}#https://pyodide.cdn.iodide.io/#g' $@
sed -i -e "s#{{ABI}}#$(PYODIDE_PACKAGE_ABI)#g" $@ sed -i -e "s#{{ABI}}#$(PYODIDE_PACKAGE_ABI)#g" $@
@ -103,7 +103,7 @@ build/renderedhtml.css: src/renderedhtml.less
build/webworker.js: src/webworker.js build/webworker.js: src/webworker.js
cp $< $@ cp $< $@
sed -i -e 's#{{DEPLOY}}#https://pyodide.iodide.io/#g' $@ sed -i -e 's#{{DEPLOY}}#https://pyodide.cdn.iodide.io/#g' $@
build/webworker_dev.js: src/webworker.js build/webworker_dev.js: src/webworker.js
cp $< $@ cp $< $@

View File

@ -17,7 +17,7 @@ For prototyping purposes, you may also use the following CDN URL, though doing
so is not recommended, since it isn't versioned and could change or be unstable so is not recommended, since it isn't versioned and could change or be unstable
at any time: at any time:
https://pyodide.iodide.io/pyodide.js https://pyodide.cdn.iodide.io/pyodide.js
This file has a single `Promise` object which bootstraps the Python environment: This file has a single `Promise` object which bootstraps the Python environment:
`languagePluginLoader`. Since this must happen asynchronously, it is a `languagePluginLoader`. Since this must happen asynchronously, it is a