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