chore(Makefile): add alwaysontop.js to Makefile

This commit is contained in:
hristoterezov 2017-11-10 11:11:45 -06:00 committed by Дамян Минков
parent 5c464a7bda
commit 3b35bbd5cf
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ deploy-appbundle:
$(BUILD_DIR)/external_api.min.map \ $(BUILD_DIR)/external_api.min.map \
$(BUILD_DIR)/device_selection_popup_bundle.min.js \ $(BUILD_DIR)/device_selection_popup_bundle.min.js \
$(BUILD_DIR)/device_selection_popup_bundle.min.map \ $(BUILD_DIR)/device_selection_popup_bundle.min.map \
$(BUILD_DIR)/alwaysontop.min.js \
$(BUILD_DIR)/alwaysontop.min.map \
$(OUTPUT_DIR)/analytics.js \ $(OUTPUT_DIR)/analytics.js \
$(DEPLOY_DIR) $(DEPLOY_DIR)