summaryrefslogtreecommitdiffstats
path: root/webapp/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 /webapp/Makefile
parentb5c5744bc79d99e75629085ccafedd8f50c41916 (diff)
downloadchat-8936f65c9032eb363ff936c6bbac5a94a348585d.tar.gz
chat-8936f65c9032eb363ff936c6bbac5a94a348585d.tar.bz2
chat-8936f65c9032eb363ff936c6bbac5a94a348585d.zip
Improving caching of static assets (#3591)
Diffstat (limited to 'webapp/Makefile')
-rw-r--r--webapp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/Makefile b/webapp/Makefile
index 81e00aec6..10712deff 100644
--- a/webapp/Makefile
+++ b/webapp/Makefile
@@ -20,6 +20,8 @@ test: .npminstall
build: .npminstall
@echo Building mattermost Webapp
+ rm -rf dist
+
npm run build
run: .npminstall