mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 11:57:19 +00:00
Merge pull request #2777 from The-Outrider/dev
Removed pixiRope and pixiTileSprite from Gruntfile compile
This commit is contained in:
commit
231cbc76ea
1 changed files with 2 additions and 34 deletions
36
Gruntfile.js
36
Gruntfile.js
|
@ -226,7 +226,7 @@ module.exports = function (grunt) {
|
||||||
// 3) PIXI
|
// 3) PIXI
|
||||||
|
|
||||||
grunt.log.writeln("-> PIXI");
|
grunt.log.writeln("-> PIXI");
|
||||||
|
|
||||||
if (!excludedKeys['intro'])
|
if (!excludedKeys['intro'])
|
||||||
{
|
{
|
||||||
tasks.push('concat:pixiIntro');
|
tasks.push('concat:pixiIntro');
|
||||||
|
@ -235,22 +235,6 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
tasks.push('concat:pixiMain');
|
tasks.push('concat:pixiMain');
|
||||||
pixiFilelist.push('<%= modules_dir %>/pixi-main.js');
|
pixiFilelist.push('<%= modules_dir %>/pixi-main.js');
|
||||||
|
|
||||||
// Optional Rope
|
|
||||||
if (!excludedKeys['rope'])
|
|
||||||
{
|
|
||||||
grunt.log.writeln("-> PIXI.Rope");
|
|
||||||
tasks.push('concat:pixiRope');
|
|
||||||
pixiFilelist.push('<%= modules_dir %>/pixi-rope.js');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Optional Tilesprite
|
|
||||||
if (!excludedKeys['tilesprite'])
|
|
||||||
{
|
|
||||||
grunt.log.writeln("-> PIXI.TileSprite");
|
|
||||||
tasks.push('concat:pixiTileSprite');
|
|
||||||
pixiFilelist.push('<%= modules_dir %>/pixi-tilesprite.js');
|
|
||||||
}
|
|
||||||
|
|
||||||
// PIXI Outro
|
// PIXI Outro
|
||||||
if (!excludedKeys['outro'])
|
if (!excludedKeys['outro'])
|
||||||
|
@ -299,7 +283,7 @@ module.exports = function (grunt) {
|
||||||
// 3) PIXI
|
// 3) PIXI
|
||||||
|
|
||||||
grunt.log.writeln("-> PIXI");
|
grunt.log.writeln("-> PIXI");
|
||||||
|
|
||||||
if (!excludedKeys['intro'])
|
if (!excludedKeys['intro'])
|
||||||
{
|
{
|
||||||
tasks.push('concat:pixiIntro');
|
tasks.push('concat:pixiIntro');
|
||||||
|
@ -308,22 +292,6 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
tasks.push('concat:pixiMain');
|
tasks.push('concat:pixiMain');
|
||||||
filelist.push('<%= modules_dir %>/pixi-main.js');
|
filelist.push('<%= modules_dir %>/pixi-main.js');
|
||||||
|
|
||||||
// Optional Rope
|
|
||||||
if (!excludedKeys['rope'])
|
|
||||||
{
|
|
||||||
grunt.log.writeln("-> PIXI.Rope");
|
|
||||||
tasks.push('concat:pixiRope');
|
|
||||||
filelist.push('<%= modules_dir %>/pixi-rope.js');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Optional Tilesprite
|
|
||||||
if (!excludedKeys['tilesprite'])
|
|
||||||
{
|
|
||||||
grunt.log.writeln("-> PIXI.TileSprite");
|
|
||||||
tasks.push('concat:pixiTileSprite');
|
|
||||||
filelist.push('<%= modules_dir %>/pixi-tilesprite.js');
|
|
||||||
}
|
|
||||||
|
|
||||||
// PIXI Outro
|
// PIXI Outro
|
||||||
if (!excludedKeys['outro'])
|
if (!excludedKeys['outro'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue