phaser/tasks/options/copy.js
2015-02-22 20:08:44 +00:00

11 lines
195 B
JavaScript

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