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.
CartoAssets/.styleguide

27 lines
565 B

9 years ago
{
"sgComment": "SG",
"srcFolder": "./src",
"outputFile": "./dist/styleguide/index.html",
9 years ago
"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"
}