
This video shows how to install GruntJS, a build system for Node.js and client-side JavaScript projects
This video describes how to add parameters to your Grunt tasks and how to configure a default task
In this lesson we'll learn how to write configuration for tasks and then use it from within the task
In this lesson we'll learn how to load tasks from NPM and configure them
You will learn how to assemble a simple grunt build with a help of three standard tasks: jasmine (for running unit tests), jshint (for code analysis) and watch (for monitoring filesystem updates)
What is a multitask and how to configure a task that supports multiple independent targets or configurations
What is GRUNT? Basically it's a task manager. It can do all your JavaScript tasks for you. All you need to do is set it up and watch your job with JavaScript become easier and quicker.
Learn to automate your work.
If you work with JavaScript and avoid using GRUNT, you are making a big mistake. Some of the things you can simplify by using it are concatenating files, linting and testing your code, and minification. There are many other tools that can do these jobs but none can do all of them.
Complete this course and start working smart. The course consists of 6 video lessons, a little under 1 hour in total. After completing them you will know enough to install and configure GRUNT.