It's not necessary to include deploy folder for checktextdomain task
This commit is contained in:
parent
85e67b93a6
commit
77cbf46fdf
|
@ -181,6 +181,7 @@ module.exports = function( grunt ) {
|
|||
src: [
|
||||
'**/*.php', // Include all files
|
||||
'!apigen/**', // Exclude apigen/
|
||||
'!deploy/**', // Exclude deploy/
|
||||
'!node_modules/**' // Exclude node_modules/
|
||||
],
|
||||
expand: true
|
||||
|
|
Loading…
Reference in New Issue