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