mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user