freeCodeCamp/guide/english/miscellaneous/what-is-grunt/index.md

4 lines
567 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: What Is 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`.