We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbeb4f commit 4388213Copy full SHA for 4388213
config/grunt/addtextdomain.js
@@ -7,8 +7,7 @@ module.exports = {
7
php: {
8
files: {
9
src: [
10
- '<%= files.php %>',
11
- '!<%= paths.hybridCore %>**'
+ '<%= files.php %>'
12
]
13
}
14
config/grunt/checktextdomain.js
@@ -22,8 +22,7 @@ module.exports = {
22
23
expand: true,
24
25
26
27
28
29
};
0 commit comments