Grunt recursive copy
问题 I'm setting up a Grunt script that needs to copy and reorganise directories of images from A to B. Simple enough. Directory structure: components componentA js img imgfolderA imgfolderB css componentB js img imgfolderA Each img directory could contain other directories and directories within those directories to help organise the images. I want to use Grunt to take all those images and put them under one directory (assets/img): assets img dirA imgfolderA imgfolderB dirB imgfolderA Any ideas