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

pull/1082/head
Arno Roldao Junior 2016-06-23 10:28:57 -03:00
parent acd331b6dc
commit f3e425f2c1
1 changed files with 7 additions and 0 deletions

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

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