From 2c0fba7b4a2ce2a17f067851135749fbe493b0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 27 Feb 2014 20:16:07 +0100 Subject: [PATCH] Fix #325: change '*' to '**/*' --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f3af756..d676386 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,7 +72,7 @@ module.exports = function(grunt) { expand: true, cwd: 'dist', src: [ - '*' + '**/*' ], dest: 'docs/dist' }