-
Hey there, can anyone help me how to update the syntax on the following file to be 4.x compatible? I'm new to gulp and I'm doing a test project that includes it. Here's the content:
Any time I compile with the above I get AssertionErrors and Tasks Not defined. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
As far as I know one of the differences between gulp 3 and gulp 4 is the following:You will use series() and pass the task name to it, instead of putting it between [] brackets. In gulp 3: In gulp 4: |
Beta Was this translation helpful? Give feedback.
-
You can find guides on how to upgrade around the internet: |
Beta Was this translation helpful? Give feedback.
-
It's highly recommended to read through our entire getting started guide. We put a ton of effort into it so everyone can know the best patterns to use for their gulp 4 setups. https://gulpjs.com/docs/en/getting-started/quick-start |
Beta Was this translation helpful? Give feedback.
It's highly recommended to read through our entire getting started guide. We put a ton of effort into it so everyone can know the best patterns to use for their gulp 4 setups. https://gulpjs.com/docs/en/getting-started/quick-start