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",
|
"title": "Agaric",
|
||||||
"source": ["./"],
|
"source": [
|
||||||
|
"./",
|
||||||
|
"../../agaric/sass/"
|
||||||
|
],
|
||||||
"destination": "../",
|
"destination": "../",
|
||||||
"homepage": "styleguide.md",
|
"homepage": "styleguide.md",
|
||||||
"css": [
|
"css": [
|
||||||
"../../agaric/css/agaric.css"
|
"../agaric/css/agaric.css"
|
||||||
],
|
],
|
||||||
"js": [
|
"js": [
|
||||||
"../../agaric/js/jquery-3.2.1.min.js"
|
"../agaric/js/jquery-3.2.1.min.js"
|
||||||
],
|
],
|
||||||
"builder": "styleguide-builder"
|
"builder": "styleguide-builder"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue