Skip to content

Commit 920ca49

Browse files
authored
Merge pull request #7215 from lukeplowden/attributes-2.0
Small fixes to help get dev-2.0 branch running for other contributors
2 parents b1dd449 + f21fb4f commit 920ca49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ release/
2121
yarn.lock
2222
docs/data.json
2323
analyzer/
24-
preview/
24+
preview/
25+
__screenshots__/

lib/empty-example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
background-color: #1b1b1b;
1313
}
1414
</style>
15-
<script src="../p5.min.js"></script>
15+
<script src="../p5.rollup.min.js"></script>
1616
<!-- <script src="../addons/p5.sound.js"></script> -->
1717
<script src="sketch.js"></script>
1818
</head>

0 commit comments

Comments
 (0)