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