grunt-contrib-copy
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "grunt-contrib-copy", | ||
"description": "Copy files and folders.", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-copy", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.6.0" | ||
"node": ">= 0.8.0" | ||
}, | ||
@@ -41,2 +41,2 @@ "scripts": { | ||
] | ||
} | ||
} |
@@ -68,3 +68,3 @@ /* | ||
grunt.verbose.or.write('Copying file' + ' to ' + file.dest.cyan + '...'); | ||
grunt.file.copy(srcFile, file.dest); | ||
grunt.file.copy(srcFile, file.dest, copyOptions); | ||
@@ -71,0 +71,0 @@ grunt.verbose.or.ok(); |
Sorry, the diff of this file is not supported yet
16014