Revert accidental change to Gruntfile.js in [26767].

git-svn-id: https://develop.svn.wordpress.org/trunk@26771 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-12-07 06:00:34 +00:00
parent 11236ceb8e
commit e197455f76
1 changed files with 1 additions and 2 deletions

View File

@ -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
},