summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-21 17:12:51 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-21 17:12:51 -0600
commit63a30198c10a7f99d1ef8737bcd811c7780cd07a (patch)
tree565e745b1d05096612577ff713ea91519d506276 /Makefile
parentec5b278fca848172cb505793628aaf8a27406292 (diff)
downloadchat-63a30198c10a7f99d1ef8737bcd811c7780cd07a.tar.gz
chat-63a30198c10a7f99d1ef8737bcd811c7780cd07a.tar.bz2
chat-63a30198c10a7f99d1ef8737bcd811c7780cd07a.zip
PLT-7 switching dist to min
Diffstat (limited to 'Makefile')
-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