瀏覽代碼

auto acp scripted

dev
jfinn 4 年之前
父節點
當前提交
593862dac7
共有 1 個檔案被更改,包括 2 行新增34 行删除
  1. 2
    34
      Makefile

+ 2
- 34
Makefile 查看文件

12
 STYLES_MAIN = css/main.scss
12
 STYLES_MAIN = css/main.scss
13
 WEBPACK = ./node_modules/.bin/webpack
13
 WEBPACK = ./node_modules/.bin/webpack
14
 WEBPACK_DEV_SERVER = ./node_modules/.bin/webpack-dev-server
14
 WEBPACK_DEV_SERVER = ./node_modules/.bin/webpack-dev-server
15
-ARG_TEST = ./arg_etest.txt
16
-# MVR := $(shell cat ${ARG_TEST})
17
-MVR:= $(shell cat ${ARG_TEST})
18
-MVRE:="emptyx"
19
-# ifeq [[$( M = "" )]]; then
20
-ifeq ($(strip $(MVR)),)
21
-MVR2 := "emptyx";
22
-RPORT := ""
23
-else
24
-MVR2 := "not_empt";
25
-RPORT := "--port $(MVR)"
26
-
27
-endif
28
 
15
 
29
 all: compile deploy clean
16
 all: compile deploy clean
30
 
17
 
94
 	([ ! -x deploy-local.sh ] || ./deploy-local.sh)
81
 	([ ! -x deploy-local.sh ] || ./deploy-local.sh)
95
 
82
 
96
 .NOTPARALLEL:
83
 .NOTPARALLEL:
97
-dev: 
98
-# 	deploy-init deploy-css deploy-rnnoise-binary deploy-lib-jitsi-meet deploy-libflac
99
-# 	./arg_etest.txt
100
-# 	env
101
-# 	mvr := $(shell cat arg_etest.txt)
102
-	
103
-# 	echo $(MVAR)
104
-# 	echo "MVAR"
105
-# 	ifeq ($(strip $(MVR2)),"emptyx")
106
-# 	ifeq ($(strip $(MVR2)),$(strip $(MVRE)))
107
-# 	ifeq (MVR2, MVRE)
108
-# if 
109
-# 	ifeq ($(strip $(MVR)),)
110
-# 		echo not iE
111
-# 	else
112
-# 		echo iE
113
-# 	endif
114
-	echo $(MVR2)
115
-	echo rport: $(RPORT)
116
-	echo $(MVR)
117
-# 	$(WEBPACK_DEV_SERVER) --port 8080
84
+dev: deploy-init deploy-css deploy-rnnoise-binary deploy-lib-jitsi-meet deploy-libflac
85
+	$(WEBPACK_DEV_SERVER)
118
 
86
 
119
 source-package:
87
 source-package:
120
 	mkdir -p source_package/jitsi-meet/css && \
88
 	mkdir -p source_package/jitsi-meet/css && \

Loading…
取消
儲存