phaser/tasks/options/uglify.js
2015-02-19 15:27:44 +00:00

15 lines
311 B
JavaScript

module.exports = {
custom: {
options: {
banner: '/* Phaser (custom) v<%= package.version %> - http://phaser.io - @photonstorm - (c) 2015 Photon Storm Ltd. */\n'
},
src: ['<%= concat.custom.dest %>'],
dest: '<%= compile_dir %>/phaser-custom.min.js'
}
};