Separate: task 'CLEAN' and create module for 'load-config-grunt'

This commit is contained in:
Arno Roldao Junior
2016-06-23 10:28:57 -03:00
parent acd331b6dc
commit f3e425f2c1

7
grunt-tasks/clean.js Normal file
View File

@@ -0,0 +1,7 @@
'use strict';
module.exports = function (grunt) {
return {
build: ["build/img/*"]
};
};