We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b0939 commit 3090a6fCopy full SHA for 3090a6f
build_web.sh
@@ -12,9 +12,11 @@ fi
12
13
# Build the web version
14
echo "Running pygbag build..."
15
-pygbag --build .
+pygbag --build --cdn https://pygame-web.github.io/archives/0.9/ .
16
17
echo ""
18
echo "Build complete!"
19
echo "To test locally, run: python -m http.server 8000 --directory build/web"
20
echo "Then open: http://localhost:8000"
21
+echo ""
22
+echo "NOTE: If you see 404 errors for pygame packages, packages will be loaded from CDN."
0 commit comments