49 lines
950 B
Plaintext
49 lines
950 B
Plaintext
{
|
|
"compilers": {
|
|
"less": {
|
|
"autoPrefix": "",
|
|
"cssComb": "none",
|
|
"ieCompat": true,
|
|
"strictMath": false,
|
|
"strictUnits": false,
|
|
"relativeUrls": true,
|
|
"rootPath": "",
|
|
"sourceMapRoot": "",
|
|
"sourceMapBasePath": "",
|
|
"sourceMap": false
|
|
},
|
|
"sass": {
|
|
"includePath": "",
|
|
"indentType": "space",
|
|
"indentWidth": 2,
|
|
"outputStyle": "nested",
|
|
"Precision": 5,
|
|
"relativeUrls": true,
|
|
"sourceMapRoot": "",
|
|
"sourceMap": false
|
|
},
|
|
"stylus": {
|
|
"sourceMap": false
|
|
},
|
|
"babel": {
|
|
"sourceMap": false
|
|
},
|
|
"coffeescript": {
|
|
"bare": false,
|
|
"runtimeMode": "node",
|
|
"sourceMap": false
|
|
}
|
|
},
|
|
"minifiers": {
|
|
"css": {
|
|
"enabled": true,
|
|
"termSemicolons": true,
|
|
"gzip": false
|
|
},
|
|
"javascript": {
|
|
"enabled": true,
|
|
"termSemicolons": true,
|
|
"gzip": false
|
|
}
|
|
}
|
|
} |