mirror of https://github.com/ColorlibHQ/AdminLTE
Separate: task 'CLEAN' and create module for 'load-config-grunt'
parent
acd331b6dc
commit
f3e425f2c1
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = function (grunt) {
|
||||
return {
|
||||
build: ["build/img/*"]
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue