phaser/tasks/options/copy.js

12 lines
195 B
JavaScript
Raw Normal View History

module.exports = {
custom: {
expand: true,
flatten: true,
2015-02-22 20:08:44 +00:00
cwd: '<%= compile_dir %>/',
src: ['*.js', '*.map'],
dest: '<%= target_dir %>/'
}
};