Skip to content

Commit d8b9e2b

Browse files
committed
Added uglytest.
1 parent a840216 commit d8b9e2b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Gruntfile.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,18 @@ module.exports = function (grunt) {
488488

489489
});
490490

491+
grunt.registerTask('uglytest', 'Phaser Test Build (all libs)', function() {
492+
493+
grunt.option('exclude', 'ninja,creature');
494+
grunt.option('filename', 'phaser-test');
495+
grunt.option('sourcemap', false);
496+
grunt.option('copy', false);
497+
grunt.option('uglify', true);
498+
499+
grunt.task.run('custom');
500+
501+
});
502+
491503
grunt.registerTask('creature', 'Phaser + Creature', function() {
492504

493505
grunt.option('exclude', 'ninja');

0 commit comments

Comments
 (0)