CartoAssets/.styleguide
2016-01-14 22:17:06 +01:00

27 lines
565 B
Plaintext

{
"sgComment": "SG",
"srcFolder": "./src",
"outputFile": "./dist/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"
}