generator-hcj
Version:
HTML/CSS/JavaScript前端开发工作流,适用于互联网金融事业部开发环境
32 lines (31 loc) • 844 B
Plain Text
{
"project": {
"name": "<%= projectName %>"
},
"server": {
"pages": {
"path": "<%= pagesSvrPath %>",
"host": "<%= pagesSvrHost %>"
},
"static": {
"path": "<%= staticSvrPath %>",
"host": "<%= staticSvrHost %>"
},
"port": "<%= port %>",
"livereload": "<%= livereload %>"
},
"path": {
"src": {
"pages": "<%= srcPages %>",
"styles": "<%= srcStyles %>",
"scripts": "<%= srcScripts %>",
"images": "<%= srcImages %>"
},
"build": {
"pages": "<%= buildPages %>",
"styles": "<%= buildStyles %>",
"scripts": "<%= buildScripts %>",
"images": "<%= buildImages %>"
}
}
}