Skip to content

Commit 671cdb6

Browse files
committed
统一配置表里的引号为双引号
1 parent f2466f6 commit 671cdb6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
* 项目相关部分代码,复制后应首先进行这些配置
44
*
55
*/
6-
"project": "Demo",
6+
"project": "Demo",
77
"prefix": "dm",
88
"resultCssFileName": "main.scss",
99
"cleanFileType": ["../.sass-cache", "../.sass-cache/**/*"],
@@ -13,7 +13,7 @@ module.exports = {
1313
*
1414
*/
1515
"htmlSourcePath": ["../../UI_html/**/*.html"],
16-
"imagesSourcePath": "../project/images",
16+
"imagesSourcePath": "../project/images",
1717
"htmlResultPath": "../../UI_html_result",
1818
"imagesResultPath": "../../public/style/images",
1919
"independentImagesDirectory": "/independent",
@@ -31,11 +31,11 @@ module.exports = {
3131
// server 开启后的默认路径
3232
"browserSyncStartPath": "/web",
3333
"browserSyncHost": "",
34-
"browserSyncWatchPath":['../../UI_html_result/*.html', '../../public/**/*'],
34+
"browserSyncWatchPath": ["../../UI_html_result/*.html", "../../public/**/*"],
3535
// 自定义路由,server 模式下方可产生作用
3636
"browserSyncServerRoute": {
37-
'/public': '../../public',
38-
'/web': '../../UI_html_result'
37+
"/public": "../../public",
38+
"/web": "../../UI_html_result"
3939
},
4040
// 自定义代理源地址,proxy 模式下方可产生作用
4141
"browserSyncProxy": "",

0 commit comments

Comments
 (0)