Bläddra i källkod

Copy the map files for the non-minified version to the deploy dir.

master
Boris Grozev 9 år sedan
förälder
incheckning
62fd07e98e
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      Makefile

+ 2
- 1
Makefile Visa fil

@@ -27,13 +27,14 @@ deploy-init:
27 27
 
28 28
 deploy-appbundle:
29 29
 	cp $(OUTPUT_DIR)/app.bundle.min.js $(OUTPUT_DIR)/app.bundle.min.map \
30
-	$(OUTPUT_DIR)/app.bundle.js \
30
+	$(OUTPUT_DIR)/app.bundle.js $(OUTPUT_DIR)/app.bundle.js.map \
31 31
 	$(DEPLOY_DIR)
32 32
 
33 33
 deploy-lib-jitsi-meet:
34 34
 	cp $(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.js \
35 35
 	$(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.map \
36 36
 	$(LIBJITSIMEET_DIR)/lib-jitsi-meet.js \
37
+	$(LIBJITSIMEET_DIR)/lib-jitsi-meet.js.map \
37 38
 	$(LIBJITSIMEET_DIR)/connection_optimization/external_connect.js \
38 39
 	$(DEPLOY_DIR)
39 40
 deploy-css:

Laddar…
Avbryt
Spara