@@ -30,7 +30,7 @@ module.exports = function (grunt) {
3030
3131 var modules = {
3232
33- 'pixi' : { 'description' : 'Pixi.js (custom Phaser build)' , 'optional' : true , 'stub' : false } ,
33+ 'pixi' : { 'description' : 'Pixi.js (custom Phaser build)' , 'optional' : false , 'stub' : false } ,
3434 'intro' : { 'description' : 'Phaser UMD wrapper' , 'optional' : true , 'stub' : false } ,
3535 'phaser' : { 'description' : 'Phaser Globals' , 'optional' : false , 'stub' : false } ,
3636 'geom' : { 'description' : 'Geometry Classes' , 'optional' : false , 'stub' : false } ,
@@ -46,6 +46,8 @@ module.exports = function (grunt) {
4646 'text' : { 'description' : 'Text Game Object (inc. Web Font Support)' , 'optional' : true , 'stub' : false } ,
4747 'bitmaptext' : { 'description' : 'BitmapText Game Object' , 'optional' : true , 'stub' : false } ,
4848 'retrofont' : { 'description' : 'Retro Fonts Game Object' , 'optional' : true , 'stub' : false } ,
49+ 'rope' : { 'description' : 'Rope and Strip Game Object' , 'optional' : true , 'stub' : false } ,
50+ 'tilesprite' : { 'description' : 'Tile Sprite Game Object' , 'optional' : true , 'stub' : false } ,
4951 'system' : { 'description' : 'System Classes' , 'optional' : false , 'stub' : false } ,
5052 'math' : { 'description' : 'Math, QuadTree and RND' , 'optional' : false , 'stub' : false } ,
5153 'net' : { 'description' : 'Network Class' , 'optional' : true , 'stub' : true } ,
@@ -255,7 +257,7 @@ module.exports = function (grunt) {
255257
256258 grunt . registerTask ( 'minimum' , 'Phaser without any optional modules except Pixi' , function ( ) {
257259
258- grunt . option ( 'exclude' , 'gamepad,keyboard,bitmapdata,graphics,rendertexture,text,bitmaptext,retrofont,net,tweens,sound,debug,arcade,ninja,p2,tilemaps,particles,creature,video' ) ;
260+ grunt . option ( 'exclude' , 'gamepad,keyboard,bitmapdata,graphics,rendertexture,text,bitmaptext,retrofont,net,tweens,sound,debug,arcade,ninja,p2,tilemaps,particles,creature,video,rope,tilesprite ' ) ;
259261 grunt . option ( 'filename' , 'phaser-minimum' ) ;
260262 grunt . option ( 'sourcemap' , true ) ;
261263 grunt . option ( 'copy' , false ) ;
0 commit comments