/*copy:{ dist:{ files: [ { expand: true, // Enable dynamic expansion. cwd: 'app/css/', // Src matches are relative to this path. src: ['**'], // Actual pattern(s) to match. dest: 'dist/css/', // Destination path prefix. // ext: ['.js','.html'], // Dest filepaths will have this extension. extDot: 'first' // Extensions in filenames begin after the first dot }, ], } },*/ copy:{ html:{ files:[ {'dist/index.html':'app/index.html'} ] } },