From 8936f65c9032eb363ff936c6bbac5a94a348585d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 15 Jul 2016 08:57:52 -0400 Subject: Improving caching of static assets (#3591) --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40ca763f8..7dcc79e5c 100644 --- a/Makefile +++ b/Makefile @@ -268,9 +268,6 @@ package: build build-client @# Package webapp mkdir -p $(DIST_PATH)/webapp/dist cp -RL $(BUILD_WEBAPP_DIR)/dist $(DIST_PATH)/webapp - mv $(DIST_PATH)/webapp/dist/bundle.js $(DIST_PATH)/webapp/dist/bundle-$(BUILD_NUMBER).js - sed -i'.bak' 's|bundle.js|bundle-$(BUILD_NUMBER).js|g' $(DIST_PATH)/webapp/dist/root.html - rm $(DIST_PATH)/webapp/dist/root.html.bak @# Help files ifeq ($(BUILD_ENTERPRISE_READY),true) -- cgit v1.2.3-1-g7c22