diff --git a/Gruntfile.js b/Gruntfile.js index f7d3fbc579..b5bd4bc785 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,7 +36,7 @@ module.exports = function (grunt) { // Task configuration. clean: { - dist: 'dist' + dist: ['dist', 'docs/dist'] }, jshint: {