CartoAssets/.styleguide

27 lines
556 B
Plaintext
Raw Normal View History

2016-01-14 19:14:43 +08:00
{
"sgComment": "SG",
"srcFolder": ".",
"outputFile": "./styleguide/index.html",
"templateFile": "./styleguide/_template.html",
"themeFile": "./styleguide/theme.css",
"highlightFolder": "./node_modules/highlight.js/styles",
"highlightStyle": "github",
"excludeDirs": [
"target",
"node_modules"
],
"fileExtensions": {
"scss": true,
"sass": true,
"css": true,
"less": true
},
"walkerOptions": {
"followLinks": false
},
"customVars": {
"sampleVar": "Hello from customVars!"
},
"jqFile": "./node_modules/jquery/dist/jquery.js"
}