Gulp on Error is not executing #2730
Unanswered
manik-ushur
asked this question in
Help
Replies: 1 comment 2 replies
-
you could try pipeline instead of pipe |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a backbone js project, where I am using gulp to bundle/obfuscate it using plugins. Sometimes, my code is encountering errors with build. But those are not spitted outside, though are shown up in console. My CI/CD pipeline misses it out.
My env:
Gulp version: 4.0.2
Node version: 10.16.3
This is the code I am using:
I am not able to reach to the error method, even though an error is raised by minifycss.
Is this something I am doing wrong here? Pl suggest.
Beta Was this translation helpful? Give feedback.
All reactions