Skip to content

Commit

Permalink
fix: Don't include unminified p5 lib into build
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Oct 8, 2024
1 parent 5e03e7e commit d5c541f
Show file tree
Hide file tree
Showing 6 changed files with 38,227 additions and 14,306 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const pwa = AstroPWA({
"favicon.svg",
"p5-sandbox-icon-192x192.png",
"p5-sandbox-icon-512x512.png",
"lib/p5.js",
// "lib/p5.js",
"lib/p5.min.js",
"lib/addons/p5.sound.js",
"lib/addons/p5.sound.min.js",
Expand Down
Binary file modified e2e/screenshots/basic-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d5c541f

Please sign in to comment.