Moves analytics js next to libraries so it can be dynamically loaded.
This commit is contained in:
parent
536ffb31e0
commit
53288fc997
1
Makefile
1
Makefile
|
@ -34,6 +34,7 @@ deploy-appbundle:
|
|||
$(OUTPUT_DIR)/app.bundle.js $(OUTPUT_DIR)/app.bundle.js.map \
|
||||
$(OUTPUT_DIR)/external_api.js.map $(OUTPUT_DIR)/external_api.js \
|
||||
$(OUTPUT_DIR)/external_api.min.map $(OUTPUT_DIR)/external_api.min.js \
|
||||
$(OUTPUT_DIR)/analytics.js \
|
||||
$(DEPLOY_DIR)
|
||||
|
||||
deploy-lib-jitsi-meet:
|
||||
|
|
Loading…
Reference in New Issue