mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 12:00:24 +00:00
fix #12531
This commit is contained in:
parent
02ae5a2728
commit
d99d79d2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ module.exports = function (grunt) {
|
|||
|
||||
// Task configuration.
|
||||
clean: {
|
||||
dist: 'dist'
|
||||
dist: ['dist', 'docs/dist']
|
||||
},
|
||||
|
||||
jshint: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue