2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00
This commit is contained in:
Chris Rebert
2014-02-02 21:38:25 -08:00
parent 02ae5a2728
commit d99d79d2e8
+1 -1
View File
@@ -36,7 +36,7 @@ module.exports = function (grunt) {
// Task configuration.
clean: {
dist: 'dist'
dist: ['dist', 'docs/dist']
},
jshint: {