Skip to content

Commit 3090a6f

Browse files
testing...
1 parent 53b0939 commit 3090a6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_web.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ fi
1212

1313
# Build the web version
1414
echo "Running pygbag build..."
15-
pygbag --build .
15+
pygbag --build --cdn https://pygame-web.github.io/archives/0.9/ .
1616

1717
echo ""
1818
echo "Build complete!"
1919
echo "To test locally, run: python -m http.server 8000 --directory build/web"
2020
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

Comments
 (0)