We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9984ebd + bb0e685 commit e5da40eCopy full SHA for e5da40e
gulpfile.js
@@ -47,7 +47,7 @@ function validate(file) {
47
}
48
49
function validateall(callback) {
50
- glob('./'+srcdir+'**/*.xml', function(err, files) {
+ glob('./'+srcdir+'/**/*.xml', function(err, files) {
51
if (!files) {
52
return;
53
0 commit comments