Grunt Tutorial

Grunt Tutorial

Grunt is a JavaScript Task Runner which can be used as a command line tool for JavaScript objects. It is a task manager written on top of NodeJS. This tutorial explains how to use GruntJS to automate the build and deployment process in simple and easy steps.

Audience

This tutorial has been prepared for beginners to help them understand the basic functionality of GruntJS. After completing this tutorial, you should find yourself at a moderate level of expertise in using GruntJS from where you may take yourself to next levels.

Prerequisites

For this tutorial, it is assumed that the readers have prior knowledge of basic software development using Java or any other programming language. It will be an added advantage if you have some exposure to the software build and deployment process.

Advertisements