diff --git a/Gruntfile.js b/Gruntfile.js index 126fa256d5..a498e0cd92 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,8 +36,7 @@ module.exports = function(grunt) { src: [ '**', '!**/.{svn,git}/**', // Ignore version control directories. - '!wp-includes/version.php', // Exclude version.php - '!wp-content/themes/wpcom-themes/**' + '!wp-includes/version.php' // Exclude version.php ], dest: BUILD_DIR },