Files
freeCodeCamp/guide/english/miscellaneous/what-is-grunt/index.md
FeistyLes 32fb7f269a Added 2 section titles,url, and definition (#26995)
* Added 2 section titles,url, and definition

* fix: added title front-matter
2018-12-21 08:11:20 -08:00

814 B

title
title
What Is Grunt

What Is Grunt And Why Should You Use It?

According to https://gruntjs.com/, Grunt is a tool that automates repetitive tasks, such as minification, compilation and unit testing, saving time and making your job easier.

Tips For Using Grunt

Whenever you create a new route or directive, you have to use control+c in your grunt terminal window to quit the grunt process and re-run grunt serve for your new route/directive to be included in your project's index.html. Sometimes grunt can be a little finnicky and refuses to run if it thinks something is wrong with your project. Obviously you should try to fix the problem, but grunt's errors aren't very helpful so don't worry too much--grunt usually will still run totally fine with the command grunt serve --force.