27 lines
556 B
Plaintext
27 lines
556 B
Plaintext
|
{
|
||
|
"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"
|
||
|
}
|