From a5af6edd1d56fe821137a7202a8ffe53a803b97b Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 18 Sep 2013 20:50:39 +0100 Subject: [PATCH] Don't remove content images from build --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9bcfff4857..a58df5ae77 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,6 @@ var path = require('path'), '**', '!docs/**', '!node_modules/**', - '!content/images/**', '!**/*.db*', '!*.db*', '!.sass*',