Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Getting Started with Grunt: The JavaScript Task Runner
  • Table Of Contents Toc
  • Feedback & Rating feedback
Getting Started with Grunt: The JavaScript Task Runner

Getting Started with Grunt: The JavaScript Task Runner

By : Jaime Pillora, Bocoup LLC
4.4 (10)
close
close
Getting Started with Grunt: The JavaScript Task Runner

Getting Started with Grunt: The JavaScript Task Runner

4.4 (10)
By: Jaime Pillora, Bocoup LLC

Overview of this book

Table of Contents (12 chapters)
close
close

Configuring tasks


Grunt configuration can be thought of as single JavaScript object, though, instead of assigning values, we'll use functions provided by Grunt to get and set properties.

We briefly touched on Grunt configuration in Chapter 1, Introducing Grunt, displaying simple uses of the grunt.initConfig, grunt.config.get and grunt.config.set functions. The grunt.initConfig function (which as mentioned earlier, is aliased from grunt.config.init) accepts an object, which is then used as the starting point for our configuration, whereas the grunt.config.get and grunt.config.set functions are used to get and set individual properties. We can also use the shorter grunt.config function, which works like jQuery getters and setters. When called with one argument it aliases to grunt.config.get, and with two arguments, it aliases to grunt.config.set. Each line in the following example is functionally equivalent:

grunt.config.init({ foo: { bar: 7 }});
grunt.config.set('foo.bar', 7); 
grunt.config...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete