by shigemk2

当面は技術的なことしか書かない

grunt-css-copy

gruntjs/grunt-contrib-copy · GitHub

ファイルをコピーするGruntのパッケージの一つ。

    copy: {
      main: {
        expand: true,
        cwd: 'src/',
        src: '**',
        dest: 'build/'
      }

こういうふうに書くといいと思う。