CDN for 0.10.2?

Will there be a CDN release of 0.10.2?

On the downloads page:

https://p5js.org/download/

the latest CDN is still 0.9.0.

Don Braffitt

1 Like

Use the “index.html” minimal template file from this sketch below instead: :bulb:

index.html:

<script defer src=https://Unpkg.com/p5></script>
<script defer src=sketch.js></script>

Other alternative CDNs: :file_cabinet:

As a last recourse, we can grab “p5.min.js” directly from their site: :shushing_face:
p5js.org/assets/js/p5.min.js

1 Like

Looks like there is now an issue open for the core developers, here:

Internet explorer lets me show the site when I apply to remove the blocked contents option pop up…