From b6a21d5dc77212de425323c2424e05205d150a84 Mon Sep 17 00:00:00 2001 From: Arno Roldao Junior Date: Thu, 23 Jun 2016 11:54:19 -0300 Subject: [PATCH] Description of module: CLEAN --- grunt-tasks/clean.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grunt-tasks/clean.js b/grunt-tasks/clean.js index 63d48ac5e..4afd571eb 100644 --- a/grunt-tasks/clean.js +++ b/grunt-tasks/clean.js @@ -1,3 +1,6 @@ +// Delete images in build directory +// After compressing the images in the build/img dir, there is no need +// for them 'use strict'; module.exports = function (grunt) {