From 576714f4b8659da1f3e74cb6d225a34bf38abd1f Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Wed, 10 Apr 2013 15:46:50 -0600 Subject: [PATCH] Build: Aligned demos.unprocessed on master --- Gruntfile.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 72d87fa1d2e..4b04cd9fcac 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -302,9 +302,8 @@ module.exports = function( grunt ) { }, { expand: true, - cwd: dist, - src: "images/*", - dest: path.join( dist, "demos/" ) + src: [ "demos/**/*", "!**/*.php", "!**/*.html" ], + dest: dist } ] },