-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-config.json
50 lines (50 loc) · 1.44 KB
/
project-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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"title": "Maze v5.3.3",
"jslint": {
"mainEnabled": false
},
"uglify": {
"beautify": true,
"sourceMap": true,
"dropConsole": false,
"files": {
"deploy/assets/scripts/main.min.js": [
"sources/assets/scripts/main.js",
"sources/assets/scripts/**/*.js",
"!sources/assets/scripts/plugins/**/*.js"
]
}
},
"stylus": {
"compress": false,
"files": {
"deploy/assets/css/main.min.css": ["sources/assets/css/main.styl"]
}
},
"urls": {
"basePathLocal": "http://localhost/html-template-project/deploy",
"baseUrlProduction": "http://www.html-template-project.com.br"
},
"sprites": {
"spritesheet": {
"src": "sources/assets/images/spritesheet/*.png",
"destImg": "deploy/assets/images/spritesheet.png",
"destCSS": "sources/assets/css/spritesheet.styl",
"cssTemplate": "sources/assets/css/spritesheet.styl.tpl",
"padding": 10,
"algorithm": "binary-tree",
"imgPath": "CDN_BASEPATH/assets/images/spritesheet.png"
}
},
"toApplyTemplate": [
{
"title": null,
"file": "cmd.html",
"replace": []
}
],
"templateFiles": [
"sources/site/_head-declarations.html",
"sources/site/_footer-declarations.html"
]
}