|
@ -96,14 +96,14 @@ var buildHeaderFile = function() { |
|
|
|
|
|
|
|
|
cb(0, destination); |
|
|
cb(0, destination); |
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var htmllintReporter = function(filepath, issues) { |
|
|
var htmllintReporter = function(filepath, issues) { |
|
|
if (issues.length > 0) { |
|
|
|
|
|
issues.forEach(function (issue) { |
|
|
|
|
|
console.info( |
|
|
|
|
|
|
|
|
if (issues.length > 0) { |
|
|
|
|
|
issues.forEach(function (issue) { |
|
|
|
|
|
console.info( |
|
|
'[gulp-htmllint] ' + |
|
|
'[gulp-htmllint] ' + |
|
|
filepath + ' [' + |
|
|
filepath + ' [' + |
|
|
issue.line + ',' + |
|
|
issue.line + ',' + |
|
@ -111,9 +111,9 @@ var htmllintReporter = function(filepath, issues) { |
|
|
'(' + issue.code + ') ' + |
|
|
'(' + issue.code + ') ' + |
|
|
issue.msg |
|
|
issue.msg |
|
|
); |
|
|
); |
|
|
}); |
|
|
|
|
|
process.exitCode = 1; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}); |
|
|
|
|
|
process.exitCode = 1; |
|
|
|
|
|
} |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
var buildWebUI = function(module) { |
|
|
var buildWebUI = function(module) { |
|
|