Convert gulp watch in gulp@3.9.1 to gulp@4
问题 We are switching from gulp@3.9.1 to gulp@4 and are having trouble switching over. When we run gulp watch , we are getting the following errors and trying to figure out how to resolve it. What is the proper way to convert the gulp watch task to work with gulp@4 ? Error message AssertionError [ERR_ASSERTION]: Task never defined: minify-css Command: gulp watch This should run minify-js then minify-css in order minify-js should run after clean-scripts has completed successfully minify-css should