UNPKG

brei-grunt-config

Version:
14 lines (13 loc) 236 B
module.exports = function(grunt, options){ var yeoman = options.yeoman; return { dist: { files: [{ expand: true, cwd: yeoman.app + '/img', src: '{,*/}*.{png,jpg,jpeg}', dest: yeoman.dist + '/img' }] } }; };