phaser/2.7.0/tasks/options/copy.js
2016-11-22 01:36:56 +00:00

11 lines
195 B
JavaScript
Executable file

module.exports = {
custom: {
expand: true,
flatten: true,
cwd: '<%= compile_dir %>/',
src: ['*.js', '*.map'],
dest: '<%= target_dir %>/'
}
};