12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "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
- }
- }
- }
|