File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 44msgstr ""
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 "
You can’t perform that action at this time.
0 commit comments