We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1e2e3 commit 7316497Copy full SHA for 7316497
Gruntfile.js
@@ -7,7 +7,7 @@ module.exports = function (grunt) {
7
clean: {
8
deps: ["build/dependencies/*.js"],
9
dist: ["build/*.js", "dist/", "packageVersion.js"],
10
- all: ["build", "test/ui/*.html.json", "example/*.html.json"],
+ all: ["build"],
11
},
12
connect: {
13
server: {
0 commit comments