diff --git a/Gruntfile.js b/Gruntfile.js index 7ab765d..4db5f19 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,7 +72,7 @@ module.exports = function(grunt) { expand: true, cwd: 'dist', src: [ - '*' + '**/*' ], dest: 'docs/dist' }