Copy the map files for the non-minified version to the deploy dir.
This commit is contained in:
parent
ee8a270a36
commit
62fd07e98e
3
Makefile
3
Makefile
|
@ -27,13 +27,14 @@ deploy-init:
|
||||||
|
|
||||||
deploy-appbundle:
|
deploy-appbundle:
|
||||||
cp $(OUTPUT_DIR)/app.bundle.min.js $(OUTPUT_DIR)/app.bundle.min.map \
|
cp $(OUTPUT_DIR)/app.bundle.min.js $(OUTPUT_DIR)/app.bundle.min.map \
|
||||||
$(OUTPUT_DIR)/app.bundle.js \
|
$(OUTPUT_DIR)/app.bundle.js $(OUTPUT_DIR)/app.bundle.js.map \
|
||||||
$(DEPLOY_DIR)
|
$(DEPLOY_DIR)
|
||||||
|
|
||||||
deploy-lib-jitsi-meet:
|
deploy-lib-jitsi-meet:
|
||||||
cp $(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.js \
|
cp $(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.js \
|
||||||
$(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.map \
|
$(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.map \
|
||||||
$(LIBJITSIMEET_DIR)/lib-jitsi-meet.js \
|
$(LIBJITSIMEET_DIR)/lib-jitsi-meet.js \
|
||||||
|
$(LIBJITSIMEET_DIR)/lib-jitsi-meet.js.map \
|
||||||
$(LIBJITSIMEET_DIR)/connection_optimization/external_connect.js \
|
$(LIBJITSIMEET_DIR)/connection_optimization/external_connect.js \
|
||||||
$(DEPLOY_DIR)
|
$(DEPLOY_DIR)
|
||||||
deploy-css:
|
deploy-css:
|
||||||
|
|
Loading…
Reference in New Issue