Skip to content

Commit

Permalink
fix mobile hub zip missing html files
Browse files Browse the repository at this point in the history
  • Loading branch information
atoa committed Jan 12, 2018
1 parent 3115fce commit bddfc10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ build-loader: build-loader-dev build-loader-prod

# create mobile hub zip file
SRC_CONFIG_DIR := $(SRC_DIR)/config
SRC_WEBSITE_DIR := $(SRC_DIR)/website
MH_ZIP_FILES := $(LOADER_TARGET_DEV_FILES)
MH_ZIP_FILES += $(wildcard $(SRC_WEBSITE_DIR)/*.html)
MH_ZIP_FILES += $(SRC_CONFIG_DIR)/lex-web-ui-loader-config.json
MH_ZIP_FILES += $(SRC_CONFIG_DIR)/mobile-hub-project.yml
lex-web-ui-mobile-hub.zip: $(MH_ZIP_FILES) $(LIBRARY_FILES)
Expand Down

0 comments on commit bddfc10

Please sign in to comment.