Update locations leraltive to source, destination as appropriate
And add additional source so styleguide.md can be used for homepage
This commit is contained in:
parent
bf2ef1c138
commit
ff8990a8c8
1 changed files with 6 additions and 3 deletions
|
@ -1,13 +1,16 @@
|
|||
{
|
||||
"title": "Agaric",
|
||||
"source": ["./"],
|
||||
"source": [
|
||||
"./",
|
||||
"../../agaric/sass/"
|
||||
],
|
||||
"destination": "../",
|
||||
"homepage": "styleguide.md",
|
||||
"css": [
|
||||
"../../agaric/css/agaric.css"
|
||||
"../agaric/css/agaric.css"
|
||||
],
|
||||
"js": [
|
||||
"../../agaric/js/jquery-3.2.1.min.js"
|
||||
"../agaric/js/jquery-3.2.1.min.js"
|
||||
],
|
||||
"builder": "styleguide-builder"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue