Answer the question
In order to leave comments, you need to log in
Why did many developers abandon Grunt and switch to Gulp?
Greetings to anyone who answers the question! And one more thing is interesting, what is the point of using Grunt or Gulp if you basically don’t work with the console, but use an IDE where support for all auxiliary tools is already built in or added through plugins, it’s enough just that the necessary utility is installed in the system? Well, here's an example. I used the following tasks when testing Grunt: csscomb, sass, concat, uglify, clean, imagemin, browserSync, watch. All this can be easily configured in VSCode...
Answer the question
In order to leave comments, you need to log in
They switched from grunt to gulp because he was able to parallel tasks and was faster due to this.
Building assets through the IDE is not used for a number of reasons:
Why not just google the question? There are a lot of ancient articles on this topic, because gulp is now outdated, read about webpack or parceljs
www.creative-seo.ru/blog/grunt-vs-gulp
And why? It all started with CI / CD and ended with the unification of the process.
In your case, you are tied to the IDE configuration, but what if a lot of people work on the project?
But what if you need to build a site from several locales, you can write the logic in the task runner and the template engine will do its job. Plus, Gulp is a task runner, which allows you not only to collect files, you can even set up publishing to the server, etc.
Well, why Gulp .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question