mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
11 lines
195 B
JavaScript
11 lines
195 B
JavaScript
module.exports = {
|
|
|
|
custom: {
|
|
expand: true,
|
|
flatten: true,
|
|
cwd: '<%= compile_dir %>/',
|
|
src: ['*.js', '*.map'],
|
|
dest: '<%= target_dir %>/'
|
|
}
|
|
|
|
};
|