move Pixi.JS into vendor folder

This commit is contained in:
Henning Jacobs
2016-12-16 21:02:31 +01:00
parent 935d14f4f5
commit 228d9086cc
3 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<style>* {padding: 0; margin: 0}</style>
</head>
<body>
<script src="/static/pixi.min.js"></script>
<script src="/static/vendor/pixi.min.js"></script>
<script src="/static/app.js"></script>
</body>
</html>