Преглед изворни кода

Do not distribute unminimized artifacts

The build process is capable of bundling both minimized and unminimized
artifacts for lib-jitsi-meet, jitsi-meet and external_api. However,
there does not seem to be a good reason to (1) always wait for the
building of the two versions and (2) distributing the unminimized
artifacts.
j8
Lyubomir Marinov пре 8 година
родитељ
комит
818ddad2c3
1 измењених фајлова са 0 додато и 7 уклоњено
  1. 0
    7
      Makefile

+ 0
- 7
Makefile Прегледај датотеку

@@ -20,7 +20,6 @@ update-deps:
20 20
 	$(NPM) update && $(NPM) install node-sass
21 21
 
22 22
 compile:
23
-	$(WEBPACK)
24 23
 	$(WEBPACK) -p
25 24
 
26 25
 clean:
@@ -33,12 +32,8 @@ deploy-init:
33 32
 
34 33
 deploy-appbundle:
35 34
 	cp \
36
-		$(BUILD_DIR)/app.bundle.js \
37
-		$(BUILD_DIR)/app.bundle.js.map \
38 35
 		$(BUILD_DIR)/app.bundle.min.js \
39 36
 		$(BUILD_DIR)/app.bundle.min.map \
40
-		$(BUILD_DIR)/external_api.js \
41
-		$(BUILD_DIR)/external_api.js.map \
42 37
 		$(BUILD_DIR)/external_api.min.js \
43 38
 		$(BUILD_DIR)/external_api.min.map \
44 39
 		$(OUTPUT_DIR)/analytics.js \
@@ -46,8 +41,6 @@ deploy-appbundle:
46 41
 
47 42
 deploy-lib-jitsi-meet:
48 43
 	cp \
49
-		$(LIBJITSIMEET_DIR)/lib-jitsi-meet.js \
50
-		$(LIBJITSIMEET_DIR)/lib-jitsi-meet.js.map \
51 44
 		$(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.js \
52 45
 		$(LIBJITSIMEET_DIR)/lib-jitsi-meet.min.map \
53 46
 		$(LIBJITSIMEET_DIR)/connection_optimization/external_connect.js \

Loading…
Откажи
Сачувај