Skip to content

Commit

Permalink
Merge pull request #7215 from lukeplowden/attributes-2.0
Browse files Browse the repository at this point in the history
Small fixes to help get dev-2.0 branch running for other contributors
  • Loading branch information
davepagurek authored Sep 7, 2024
2 parents b1dd449 + f21fb4f commit 920ca49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ release/
yarn.lock
docs/data.json
analyzer/
preview/
preview/
__screenshots__/
2 changes: 1 addition & 1 deletion lib/empty-example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background-color: #1b1b1b;
}
</style>
<script src="../p5.min.js"></script>
<script src="../p5.rollup.min.js"></script>
<!-- <script src="../addons/p5.sound.js"></script> -->
<script src="sketch.js"></script>
</head>
Expand Down

0 comments on commit 920ca49

Please sign in to comment.