ZEST / base.gruntrunner / Module: tasks/clean

tasks/clean

require("tasks/clean")(grunt, gruntModuleDirectory)

This function rtegisters a clean task to clean output directory

Parameters:
Name Type Description
grunt *

the grunt object

gruntModuleDirectory string

the directory where the grunt modules are located

Source:

this module registers a grunt task to clean the output directory.

Source:

Requires