Skip to content

Commit 7316497

Browse files
committed
Clean up clean task
1 parent 3a1e2e3 commit 7316497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function (grunt) {
77
clean: {
88
deps: ["build/dependencies/*.js"],
99
dist: ["build/*.js", "dist/", "packageVersion.js"],
10-
all: ["build", "test/ui/*.html.json", "example/*.html.json"],
10+
all: ["build"],
1111
},
1212
connect: {
1313
server: {

0 commit comments

Comments
 (0)