summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-15 08:57:52 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-15 08:57:52 -0400
commit8936f65c9032eb363ff936c6bbac5a94a348585d (patch)
tree576e14852031303d1d6715fbd64a3c2b9bca895e /Makefile
parentb5c5744bc79d99e75629085ccafedd8f50c41916 (diff)
downloadchat-8936f65c9032eb363ff936c6bbac5a94a348585d.tar.gz
chat-8936f65c9032eb363ff936c6bbac5a94a348585d.tar.bz2
chat-8936f65c9032eb363ff936c6bbac5a94a348585d.zip
Improving caching of static assets (#3591)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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)