summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-21 19:37:46 -0600
committerCorey Hulen <corey@hulen.com>2016-01-21 19:37:46 -0600
commit43098bc1df9fc73bd36e75c54b38f7edeb86d7ff (patch)
tree565e745b1d05096612577ff713ea91519d506276
parenta9860a0ce8f1ce08dab9aaff0ec0c996de4f0e4c (diff)
parent63a30198c10a7f99d1ef8737bcd811c7780cd07a (diff)
downloadchat-43098bc1df9fc73bd36e75c54b38f7edeb86d7ff.tar.gz
chat-43098bc1df9fc73bd36e75c54b38f7edeb86d7ff.tar.bz2
chat-43098bc1df9fc73bd36e75c54b38f7edeb86d7ff.zip
Merge pull request #1951 from mattermost/PLT-7-client-infra-fix
PLT-7 switching dist to min
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cf64e8861..9141c8f7c 100644
--- a/Makefile
+++ b/Makefile
@@ -141,6 +141,7 @@ package:
sed -i'.bak' 's|react-0.14.3.js|react-0.14.3.min.js|g' $(DIST_PATH)/web/templates/head.html
sed -i'.bak' 's|react-dom-0.14.3.js|react-dom-0.14.3.min.js|g' $(DIST_PATH)/web/templates/head.html
+ sed -i'.bak' 's|react-intl.js|react-intl.min.js|g' $(DIST_PATH)/web/templates/head.html
sed -i'.bak' 's|jquery-2.1.4.js|jquery-2.1.4.min.js|g' $(DIST_PATH)/web/templates/head.html
sed -i'.bak' 's|bootstrap-3.3.5.js|bootstrap-3.3.5.min.js|g' $(DIST_PATH)/web/templates/head.html
sed -i'.bak' 's|react-bootstrap-0.28.1.js|react-bootstrap-0.28.1.min.js|g' $(DIST_PATH)/web/templates/head.html