#Grunt Introduction Course
A small introduction to Grunt, each tag correspond to a level
It will try to answer of these questions :
1. Plan v1
2. What is Grunt?
2.1 Task Runner v2.1
2.1.1 First step in web project v2.1.1
2.1.2 Today complex web project v2.1.2
2.2 Oriented Front-end web v2.2
2.3 Why Grunt? v2.3
3. What is Node?
3.1 Server Side Javascript v3.1
3.2 Installation and Grunt module installation v3.2
4. Use case
4.1 I want to concatenate my files v4.1
4.2 I want to compile my SCSS files v4.2
4.3 I want to watch some file type and when there is changes launch a compilation v4.3
4.4 I want to have different compilation for each environment, dev, qa, prod v4.4
