From ec5b278fca848172cb505793628aaf8a27406292 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 21 Jan 2016 16:36:12 -0600 Subject: PLT-7 fixing dist build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-1-g7c22