mirror of https://github.com/Ombi-app/Ombi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
950 B
49 lines
950 B
8 years ago
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
9 years ago
|
}
|