-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 1.08 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": " ",
"port": "3000",
"staticPath": "./static",
"static": "/static",
"template": "./template/",
"destPath" : "www",
"bower_components": "/bower_components",
"version": "1.0.0",
"sprite_padding": 20,
"bower_source": ["./bower_components/jquery/dist/jquery.min.js", "./bower_components/html5shiv/dist/html5shiv.min.js", "/bower_components/es5-shim/es5-shim.min.js", "./bower_components/respond/dest/respond.min.js", "./bower_components/frontui/js/ui.js", "./bower_components/requirejs/require.js"],
"docs": {
"port": 4000,
"srcPath": "./doc",
"destPath": "./www/docs",
"template": "/template/index.html"
},
"thirdPart": {
"default": {
"name": "default",
"port": 4001,
"template": [
["index.html"],
["pay.html"]
],
"version": "v1.0",
"newVer": 1,
"noHeader": 0,
"dest": "../third-part/default/",
"title": "默认",
"logo": "默认",
"logo_image": "logo.png",
"logosmall": "招商银行 提供支持",
"theme": "default.css"
}
}
}