Skip to content

Commit

Permalink
removed local copies of p5js and added cdn references in index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberger committed Sep 19, 2017
1 parent fecdf13 commit fae4b75
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 172,487 deletions.
5 changes: 2 additions & 3 deletions clock/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>first</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.14/p5.min.js" type="text/javascript"></script>

<script src="../libraries/p5.js"></script>
<script src="../libraries/p5.dom.js"></script>
<script src="../libraries/p5.sound.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.14/addons/p5.dom.min.js" type="text/javascript"></script>
<script src="sketch.js"></script>

<style>
Expand Down
Loading

0 comments on commit fae4b75

Please sign in to comment.