patternlibrary/styleguide/_source/styleguide-config.json

14 lines
242 B
JSON
Raw Normal View History

2018-06-21 01:38:13 +00:00
{
"title": "Agaric",
"source": ["./"],
2018-08-20 15:27:41 +00:00
"destination": "../",
2018-06-21 01:38:13 +00:00
"homepage": "styleguide.md",
"css": [
"../../agaric/css/agaric.css"
2018-06-21 01:38:13 +00:00
],
"js": [
2018-08-20 15:27:41 +00:00
"../../agaric/js/jquery-3.2.1.min.js"
2018-06-21 01:38:13 +00:00
],
"builder": "styleguide-builder"
}