summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-22 09:45:36 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-22 09:45:36 -0600
commit9ed5ddcbce650fadf530403bd73f48638d64311a (patch)
tree81107ddabbc39461041160e6025463ac1095c06b /Makefile
parent0b3c988ed3ced12c64f84e9c5afd08470cbb84bc (diff)
downloadchat-9ed5ddcbce650fadf530403bd73f48638d64311a.tar.gz
chat-9ed5ddcbce650fadf530403bd73f48638d64311a.tar.bz2
chat-9ed5ddcbce650fadf530403bd73f48638d64311a.zip
PLT-7 fixing issues with safari
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9141c8f7c..c6668fbd4 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,8 @@ package:
mkdir -p $(DIST_PATH)/web/static/js
cp -L web/static/js/*.min.js $(DIST_PATH)/web/static/js/
cp -L web/static/js/*.min.js.map $(DIST_PATH)/web/static/js/
- cp -RL web/static/js/react-intl-2.0.0-beta-2 $(DIST_PATH)/web/static/js/
+ cp -RL web/static/js/intl-1.0.0 $(DIST_PATH)/web/static/js/
+ cp -RL web/static/js/react-intl-2.0.0-beta-2 $(DIST_PATH)/web/static/js/
cp -RL web/static/i18n $(DIST_PATH)/web/static
cp -RL web/static/config $(DIST_PATH)/web/static
cp -RL web/static/css $(DIST_PATH)/web/static
@@ -141,6 +142,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|Intl.js|Intl.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