代码拉取完成,页面将自动刷新
同步操作将从 通云科技/Tcms 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
module.exports = {
/**
* 项目相关部分代码,复制后应首先进行这些配置
*
*/
"project": "tcms",
"prefix": "dm",
"resultCssFileName": "main.scss",
"cleanFileType": ["../.sass-cache", "../.sass-cache/**/*"],
"needsSourceMaps": true,
"needsImagesMinAndSync": true,
/**
* 项目的路径配置,建议尽量使用推荐的路径,若要修改,请保持与 config.rb 中的指向的目录保持一致,但需要注意因为相对位置不同(这里是以 qmui_web 目录为 Base Path),所以这里的值应该比 config.rb 中的多了一个 ../
*
*/
"htmlSourcePath": ["../../UI_html/**/*.html"],
"imagesSourcePath": "../../public/style/images",
"htmlResultPath": "../../UI_html_result",
"imagesResultPath": "../../UI_html_result/style/images",
"independentImagesDirectory": "/independent",
"styleResultPath": "../../public/style/css",
/**
* BrowerSync 设置
*
*/
// browserSync 的模式,本地模式、代理模式或者关闭(server/proxy/close)
"browserSyncMod": "server",
// 自定义端口
"browserSyncPort": 3030,
// 是否显示 BrowserSync 的日志
"browserSyncShowLog": false,
// server 开启后的默认路径
"browserSyncStartPath": "/web",
"browserSyncHost": "",
"browserSyncWatchPath": ["../../UI_html_result/*.html", "../../public/**/*"],
// 自定义路由,server 模式下方可产生作用
"browserSyncServerRoute": {
"/public": "../../public",
"/web": "../../UI_html_result"
},
// 自定义代理源地址,proxy 模式下方可产生作用
"browserSyncProxy": "",
/**
* 模板 include 引擎
*
*/
"openIncludeFunction": true,
"includePrefix": "@@"
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。