Skip to content

Commit 0d90f75

Browse files
committed
Splitting the dev branch up into versions.
1 parent 7a155f6 commit 0d90f75

File tree

3,114 files changed

+2185047
-8608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,114 files changed

+2185047
-8608
lines changed
File renamed without changes.
File renamed without changes.

Gruntfile.js renamed to 2.6.2/Gruntfile.js

+34-2
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,6 +235,22 @@ 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+
}
238254

239255
// PIXI Outro
240256
if (!excludedKeys['outro'])
@@ -283,7 +299,7 @@ module.exports = function (grunt) {
283299
// 3) PIXI
284300

285301
grunt.log.writeln("-> PIXI");
286-
302+
287303
if (!excludedKeys['intro'])
288304
{
289305
tasks.push('concat:pixiIntro');
@@ -292,6 +308,22 @@ module.exports = function (grunt) {
292308

293309
tasks.push('concat:pixiMain');
294310
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+
}
295327

296328
// PIXI Outro
297329
if (!excludedKeys['outro'])

2.6.2/README.md

+439
Large diffs are not rendered by default.
File renamed without changes.

0 commit comments

Comments
 (0)