You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other approach: add the Html Lint task to gulp.parallel('Watch Assets And Source', 'Static Server'). With below code, gulp is working, but there are no messages in console when HTML is invalid:
Thank you for your amazing plugin!
When I make it works, the HTML validation routine becomes to past.
The following code is working in
gulp#4.0
:As far as I can tell according documentation, the
htmlhint
is infinite task:I tried to lint HTML immediately after
pug → html
conversion - zero effect, no messages in console:Other approach: add the
Html Lint
task togulp.parallel('Watch Assets And Source', 'Static Server')
. With below code, gulp is working, but there are no messages in console when HTML is invalid:Ideally, it's comfortable to lint HTML immediately after
pug → html
conversion. Even if impossible, how I can see the invalid HTML messages?The text was updated successfully, but these errors were encountered: