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
We are using gulp-less to build our LESS files, then using gulp-concat to bundle them.
When we use concat, errors from LESS compilation are discarded. It seems that gulp-concat builds a result stream out of all of the incoming successful files; there is no handling for if the existing stream failed.
We are using gulp-less to build our LESS files, then using gulp-concat to bundle them.
When we use concat, errors from LESS compilation are discarded. It seems that gulp-concat builds a result stream out of all of the incoming successful files; there is no handling for if the existing stream failed.
Our reproduction gulp task simlpy looks like
The text was updated successfully, but these errors were encountered: