Added 2 section titles,url, and definition (#26995)
* Added 2 section titles,url, and definition * fix: added title front-matter
This commit is contained in:
committed by
Randell Dawson
parent
04a1fc4fc6
commit
32fb7f269a
@@ -1,4 +1,8 @@
|
||||
---
|
||||
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`.
|
Reference in New Issue
Block a user