Skip to content

Commit e2bf434

Browse files
committed
exclude some test files that trigger an error on wp org svn
1 parent a6c9572 commit e2bf434

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Gruntfile.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ module.exports = function( grunt ) {
66
'!assets/**',
77
'!node_modules/**',
88
'!svn/**',
9+
'!vendor/php-console/php-console/examples/**',
10+
'!vendor/php-console/php-console/test/**',
11+
'!test/**',
912
'!tests/**',
1013
'!**/.*',
1114
'!bootstrap.php',
@@ -51,8 +54,8 @@ module.exports = function( grunt ) {
5154
'_nc:1,2,4c,5d'
5255
]
5356
},
54-
files : {
55-
src : [
57+
files: {
58+
src: [
5659
'includes/**/*.php',
5760
'wp-php-console.php',
5861
'uninstall.php'
@@ -128,7 +131,8 @@ module.exports = function( grunt ) {
128131
plugin_slug: 'wp-php-console',
129132
build_dir: 'build/wp-php-console',
130133
assets_dir: 'assets',
131-
svn_url: 'https://plugins.svn.wordpress.org/wp-php-console'
134+
svn_url: 'https://plugins.svn.wordpress.org/wp-php-console',
135+
max_buffer: 512*1024
132136
}
133137
}
134138
}

languages/wp-php-console.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: WP PHP Console 1.5.2\n"
66
"Report-Msgid-Bugs-To: https://github.com/unfulvio/wp-php-console\n"
7-
"POT-Creation-Date: 2018-09-12 09:23:23+00:00\n"
7+
"POT-Creation-Date: 2018-09-17 17:49:07+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

0 commit comments

Comments
 (0)