diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 705303d0e..8262719cd 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -223,7 +223,7 @@ module.exports = (grunt) -> cp 'static', path.join(APP_DIR, 'static'), filter: /.+\.less$/ cp 'themes', path.join(APP_DIR, 'themes'), filter: /.+\.(cson|less)$/ - grunt.file.recurse path.join('resources/mac'), (sourcePath, rootDirectory, subDirectory='', filename) -> + grunt.file.recurse path.join('resources', 'mac'), (sourcePath, rootDirectory, subDirectory='', filename) -> unless /.+\.plist/.test(sourcePath) grunt.file.copy(sourcePath, path.resolve(APP_DIR, '..', subDirectory, filename))