summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-21 16:36:12 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-21 16:36:12 -0600
commitec5b278fca848172cb505793628aaf8a27406292 (patch)
tree08bd3966bae4b7dd0d54c12fd2046193fa1b0212 /Makefile
parent6c86bae5d54a2f24733512e6c9eee78a832a45e3 (diff)
downloadchat-ec5b278fca848172cb505793628aaf8a27406292.tar.gz
chat-ec5b278fca848172cb505793628aaf8a27406292.tar.bz2
chat-ec5b278fca848172cb505793628aaf8a27406292.zip
PLT-7 fixing dist build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 062d956b9..cf64e8861 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +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/i18n $(DIST_PATH)/web/static
cp -RL web/static/config $(DIST_PATH)/web/static
cp -RL web/static/css $(DIST_PATH)/web/static
cp -RL web/static/fonts $(DIST_PATH)/web/static