We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9661b83 commit 12dbedeCopy full SHA for 12dbede
grunt.js
@@ -143,7 +143,7 @@ grunt.registerTask( "build-resources", function() {
143
grunt.file.mkdir( targetDir );
144
145
grunt.utils.async.forEachSeries( resourceFiles, function( fileName, fileDone ) {
146
- grunt.file.copy( fileName, targetDir + fileName );
+ grunt.file.copy( fileName, targetDir + path.basename( fileName ) );
147
fileDone();
148
}, function() {
149
if ( task.errorCount ) {
0 commit comments