From e197455f76602726eea726ae82f0e0ba10024f2b Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 7 Dec 2013 06:00:34 +0000 Subject: [PATCH] Revert accidental change to Gruntfile.js in [26767]. git-svn-id: https://develop.svn.wordpress.org/trunk@26771 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 },