mirror of https://github.com/ColorlibHQ/AdminLTE
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = function (grunt) {
|
||
|
return {
|
||
|
build: ["build/img/*"]
|
||
|
};
|
||
|
};
|