+1 vote
in JavaScript by
What is a Task Runner in Grunt.js?

1 Answer

0 votes
by

The Task runner enables automation. The task runner after having this configured in the Gruntfile , takes care of performing the repetitive mundane work such as minification, compilation, unit testing, and linting.

Task runner saves lot of time for you and your team thereby improving the productivity.

Related questions

+1 vote
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
+1 vote
+1 vote
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
...