Skip to content

Commit 86d80b0

Browse files
committed
Bundling Pixi + Zephyr
1 parent 6b77693 commit 86d80b0

File tree

3 files changed

+25779
-14
lines changed

3 files changed

+25779
-14
lines changed

demo/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<head>
55
<title>ZephyrJS Demo</title>
66
<link rel="stylesheet" as="style" href="/style.css">
7-
<script src="../src/pixi.js"></script>
8-
<script src="../src/zephyr.js"></script>
7+
<!-- <script src="../src/pixi.js"></script> -->
8+
<!-- <script src="../src/zephyr.js"></script> -->
9+
<script src="../src/bundle.js"></script>
910
<style>
1011
:root {
1112
--anim-list: background-color .3s, border-color .3s, color .3s, fill .3s;

0 commit comments

Comments
 (0)