R
R
Roman2016-07-11 23:51:45
JavaScript
Roman, 2016-07-11 23:51:45

What are the alternatives for Gulp, Grunt?

We are going to implement one of the tools for code minification, compression, automation of script deployment tasks.
I've been tasked with researching and providing an overview of popular tools while I've only read about gulp and grunt.
What other tools would you recommend to consider?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Deodatuss, 2016-07-12
@romanpostovalov

if you build modular js , with all sorts of whistles like dynamic module loading, then webpack. if it's just cancatenation, minification and other autoprefixers, then gulp.

E
Egor Nevedov, 2016-07-11
@Sanitar88

Since you'll probably end up with gulp (it's faster), note that it has a grunt task compatibility plugin. That is, there is not much sense in grunt after that.
I don’t know any more alternatives, but I think there really aren’t any - it all depends too much on popularity - the activity of the community.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question