-
Notifications
You must be signed in to change notification settings - Fork 2
/
mixture.json
54 lines (54 loc) · 1.02 KB
/
mixture.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
51
52
53
54
{
"convertHtml": {
"relativePaths": false
},
"customRubyPath": null,
"debug": false,
"domain": null,
"followLeader": true,
"ignoreDir": [
"_add-ons",
"_app",
"_cache",
"_config",
"_content",
"_logs",
"admin",
"craft",
"uploads",
"assets/libs",
"assets/styleguide"
],
"lintScripts": false,
"modelSource": null,
"optimiseImages": false,
"optimiseSVG": false,
"preprocessorLocations": [
"assets/css",
"assets/js"
],
"preprocessorScriptOutput": "assets/js",
"preprocessorStyleOutput": "assets/css",
"projectName": "Base",
"publishedId": null,
"sass": {
"cache": false,
"debugInfo": false,
"globbing": true,
"lineNumbers": false,
"outputStyle": "nested",
"sourceMap": false,
"useLibSass": false
},
"serverHostname": "dev.base.com",
"serverPort": null,
"simpleModeFileTypes": [
"css",
"js",
"html",
"scss"
],
"simpleModePartnerServer": "dev.base.com",
"type": "simple",
"useCompass": false
}