mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
15 lines
311 B
JavaScript
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'
|
|
|
|
}
|
|
|
|
};
|