Skip to content

Commit 4388213

Browse files
committed
Removed unused hybrid core path
1 parent 3dbeb4f commit 4388213

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

config/grunt/addtextdomain.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ module.exports = {
77
php: {
88
files: {
99
src: [
10-
'<%= files.php %>',
11-
'!<%= paths.hybridCore %>**'
10+
'<%= files.php %>'
1211
]
1312
}
1413
}

config/grunt/checktextdomain.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ module.exports = {
2222
files: {
2323
expand: true,
2424
src: [
25-
'<%= files.php %>',
26-
'!<%= paths.hybridCore %>**'
25+
'<%= files.php %>'
2726
]
2827
}
2928
};

0 commit comments

Comments
 (0)