Add new Grunt build

This commit is contained in:
Florent Cailhol
2013-10-23 16:58:48 +02:00
parent 7b052c302f
commit dfee9f9b2f
11 changed files with 920 additions and 224 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
<!--
If you're wondering why we embed each script separately, and not just the single-file phaser lib
it's because it makes debugging *significantly* easier for us. Feel free to replace all the below
with just a call to ../build/phaser.js instead if you prefer.
with just a call to ../dist/phaser.js instead if you prefer.
-->
<script src="../src/Intro.js"></script>
<script src="../src/pixi/Pixi.js"></script>
@@ -119,4 +119,4 @@
<textarea id="sourcecode" style="margin-top: 16px; width: 800px; height: 600px"></textarea>
</body>
</html>
</html>