From 6716d2a5c79cf97747272c3a7495dfb8374af09c Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 24 Mar 2016 10:26:20 +0000 Subject: [PATCH] Clean out all the JS in the client build dir. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c59244636..5262b4480 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ clean: # we rebuild the images, and rmi'ing the images causes us to have to redownload a lot of stuff. # $(SUDO) docker rmi $(SCOPE_UI_BUILD_IMAGE) $(SCOPE_BACKEND_BUILD_IMAGE) >/dev/null 2>&1 || true rm -rf $(SCOPE_EXPORT) $(SCOPE_UI_BUILD_UPTODATE) $(SCOPE_BACKEND_BUILD_UPTODATE) \ - $(SCOPE_EXE) $(RUNSVINIT) prog/static.go client/build/app.js docker/weave .pkg \ + $(SCOPE_EXE) $(RUNSVINIT) prog/static.go client/build/*.js docker/weave .pkg \ $(CODECGEN_TARGETS) $(CODECGEN_DIR)/bin deps: