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