Skip to content

Commit 231cbc7

Browse files
authored
Merge pull request phaserjs#2777 from The-Outrider/dev
Removed pixiRope and pixiTileSprite from Gruntfile compile
2 parents 184b070 + c36bab3 commit 231cbc7

1 file changed

Lines changed: 2 additions & 34 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ module.exports = function (grunt) {
226226
// 3) PIXI
227227

228228
grunt.log.writeln("-> PIXI");
229-
229+
230230
if (!excludedKeys['intro'])
231231
{
232232
tasks.push('concat:pixiIntro');
@@ -235,22 +235,6 @@ module.exports = function (grunt) {
235235

236236
tasks.push('concat:pixiMain');
237237
pixiFilelist.push('<%= modules_dir %>/pixi-main.js');
238-
239-
// Optional Rope
240-
if (!excludedKeys['rope'])
241-
{
242-
grunt.log.writeln("-> PIXI.Rope");
243-
tasks.push('concat:pixiRope');
244-
pixiFilelist.push('<%= modules_dir %>/pixi-rope.js');
245-
}
246-
247-
// Optional Tilesprite
248-
if (!excludedKeys['tilesprite'])
249-
{
250-
grunt.log.writeln("-> PIXI.TileSprite");
251-
tasks.push('concat:pixiTileSprite');
252-
pixiFilelist.push('<%= modules_dir %>/pixi-tilesprite.js');
253-
}
254238

255239
// PIXI Outro
256240
if (!excludedKeys['outro'])
@@ -299,7 +283,7 @@ module.exports = function (grunt) {
299283
// 3) PIXI
300284

301285
grunt.log.writeln("-> PIXI");
302-
286+
303287
if (!excludedKeys['intro'])
304288
{
305289
tasks.push('concat:pixiIntro');
@@ -308,22 +292,6 @@ module.exports = function (grunt) {
308292

309293
tasks.push('concat:pixiMain');
310294
filelist.push('<%= modules_dir %>/pixi-main.js');
311-
312-
// Optional Rope
313-
if (!excludedKeys['rope'])
314-
{
315-
grunt.log.writeln("-> PIXI.Rope");
316-
tasks.push('concat:pixiRope');
317-
filelist.push('<%= modules_dir %>/pixi-rope.js');
318-
}
319-
320-
// Optional Tilesprite
321-
if (!excludedKeys['tilesprite'])
322-
{
323-
grunt.log.writeln("-> PIXI.TileSprite");
324-
tasks.push('concat:pixiTileSprite');
325-
filelist.push('<%= modules_dir %>/pixi-tilesprite.js');
326-
}
327295

328296
// PIXI Outro
329297
if (!excludedKeys['outro'])

0 commit comments

Comments
 (0)