phaser/v2/tasks/options/copy.js
2016-11-23 00:17:46 +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 %>/'
}
};