Basic tasks
- Linting source files using JShint
- Concatenating all JS and CSS files
- Creating angular template cache for html files
- Minifing JS and CSS files on production build
- Development server with Auto Reloading
// Building Project
grunt build:dev
grunt build:prod
// Serve Project
grunt serve
// Building Project
gulp build
gulp build --env prod
// Serve Project
gulp serve