What is Grunt used for?
The question is about Grunt
Answer:
Grunt is used as a task runner to automate repetitive tasks in web development, such as minifying files, compiling Sass or LESS, optimizing images, and running unit tests. It simplifies workflow automation and reduces manual effort.