Add webpack setup

This commit is contained in:
Shuaib Yunus
2016-12-19 15:02:55 +01:00
parent 8da92272e1
commit 0847803099
10 changed files with 91 additions and 29 deletions

View File

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