Commit d99d79d2 authored by Chris Rebert's avatar Chris Rebert
Browse files

fix #12531

parent 02ae5a27
Showing with 1 addition and 1 deletion
+1 -1
...@@ -36,7 +36,7 @@ module.exports = function (grunt) { ...@@ -36,7 +36,7 @@ module.exports = function (grunt) {
// Task configuration. // Task configuration.
clean: { clean: {
dist: 'dist' dist: ['dist', 'docs/dist']
}, },
jshint: { jshint: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment