是否可以使用 Grunt 将一个文件复制到多个目录?IE :
expand: true,
cwd: '<%= yeoman.app %>',
dest: '<%= yeoman.app %>/client/*',
src: 'core/index.html'
其中 * 是客户端文件夹中的所有子文件夹。
谢谢!
是否可以使用 Grunt 将一个文件复制到多个目录?IE :
expand: true,
cwd: '<%= yeoman.app %>',
dest: '<%= yeoman.app %>/client/*',
src: 'core/index.html'
其中 * 是客户端文件夹中的所有子文件夹。
谢谢!