From d99d79d2e8a0d6c1605f6948adab9b7826a5da42 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 2 Feb 2014 21:38:25 -0800 Subject: [PATCH] fix #12531 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {