A Jake Task
Prerequisites to be run before this task
The action to perform for this task
Perform this task asynchronously. If you flag a task with this option, you must call the global complete
method inside the task's action, for execution to proceed to the next task.
boolean
Runs prerequisites, then this task. If the task has already been run, will not run the task again.
Array<Function>
Runs this task, without running any prerequisites. If the task has already been run, it will still run it again.