Commit d99d79d2 authored by Chris Rebert's avatar Chris Rebert

fix #12531

parent 02ae5a27
...@@ -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: {
......
Markdown is supported
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