]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #12531
authorChris Rebert <code@rebertia.com>
Mon, 3 Feb 2014 05:38:25 +0000 (21:38 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 3 Feb 2014 05:38:37 +0000 (21:38 -0800)
Gruntfile.js

index f7d3fbc579515c66f6c326e6304c953efd753047..b5bd4bc785038c43406d390e153c50b3c547ceec 100644 (file)
@@ -36,7 +36,7 @@ module.exports = function (grunt) {
 
     // Task configuration.
     clean: {
-      dist: 'dist'
+      dist: ['dist', 'docs/dist']
     },
 
     jshint: {