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

pull/1082/head
Arno Roldao Junior 9 years ago
parent acd331b6dc
commit f3e425f2c1

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