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
+4 -4
View File
@@ -7,10 +7,10 @@
/**
* @namespace Phaser
*/
var Phaser = Phaser || {
var Phaser = Phaser || {
VERSION: '1.1.0',
GAMES: [],
VERSION: '<%= version %>',
GAMES: [],
AUTO: 0,
CANVAS: 1,
WEBGL: 2,
@@ -39,4 +39,4 @@ var Phaser = Phaser || {
PIXI.InteractionManager = function (dummy) {
// We don't need this in Pixi, so we've removed it to save space
// however the Stage object expects a reference to it, so here is a dummy entry.
};
};