AdminLTE/grunt-tasks/clean.js

8 lines
97 B
JavaScript

'use strict';
module.exports = function (grunt) {
return {
build: ["build/img/*"]
};
};