gruntjs/grunt-contrib-copy · GitHub
ファイルをコピーするGruntのパッケージの一つ。
copy: {
main: {
expand: true,
cwd: 'src/',
src: '**',
dest: 'build/'
}
こういうふうに書くといいと思う。
gruntjs/grunt-contrib-copy · GitHub
ファイルをコピーするGruntのパッケージの一つ。
copy: {
main: {
expand: true,
cwd: 'src/',
src: '**',
dest: 'build/'
}
こういうふうに書くといいと思う。