Selaa lähdekoodia

HUE-8687 [core] Include the webpack stats files in the build output

Romain Rigaux 6 vuotta sitten
vanhempi
commit
f420009547
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 1 1
      Makefile
  2. 3 2
      Makefile.tarball

+ 1 - 1
Makefile

@@ -168,7 +168,7 @@ INSTALL_CORE_FILES = \
 	tools/virtual-bootstrap \
 	tools/enable-python27.sh \
 	tools/relocatable.sh \
-	VERS* LICENSE* README*
+	VERS* LICENSE* README* webpack-stats*.json
 
 .PHONY: install
 install: virtual-env install-check install-core-structure install-desktop install-apps install-env

+ 3 - 2
Makefile.tarball

@@ -31,7 +31,8 @@ PROD_INCLUDES := \
 	tools/relocatable.sh \
 	tools/enable-python27.sh \
 	tools/load-balancer \
-	VERSION
+	VERSION \
+	webpack-stats*.json
 
 # Check for things in BDIST_EXCLUDES in various apps
 PROD_EXCLUDES := \
@@ -44,7 +45,7 @@ PROD_EXCLUDES := \
 	desktop/devtools.mk \
 	desktop/libs/hadoop/regenerate-thrift.sh \
 	ext/thirdparty/js/manifest.json \
-        Makefile.tarball
+	Makefile.tarball
 
 # Macro to remove things we don't want to package
 define remove_devtree_exclusions