From: Chris Rebert Date: Mon, 3 Feb 2014 05:38:25 +0000 (-0800) Subject: fix #12531 X-Git-Tag: v3.2.0~403^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99d79d2e8a0d6c1605f6948adab9b7826a5da42;p=thirdparty%2Fbootstrap.git fix #12531 --- 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: {