Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to GRUNT js
Rating: 4.2 out of 5(29 ratings)
477 students

Introduction to GRUNT js

Learn everything you need to automate your projects using GRUNTjs. Fewer routine tasks - better job efficiency
Created byJS Knights
Last updated 2/2015
English

What you'll learn

  • install GruntJS
  • add parameters to your Grunt tasks
  • configure a default task
  • write configuration for tasks and use it from within the task
  • load tasks from NPM and configure them
  • assemble a simple grunt build
  • configure a task that supports multiple independent targets or configurations

Course content

2 sections6 lectures50m total length
  • Setting up GRUNT5:49

    This video shows how to install GruntJS, a build system for Node.js and client-side JavaScript projects

Requirements

  • Some programming background is preferred

Description

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.

  • Using GRUNT you will not have to focus as much on routine tasks.
  • Make team work more comfortable by bringing your code to a single standard.

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.

Who this course is for:

  • This course is meant for people with some programming background and/or those who want to get a better understanding of GRUNT.