Update paths for building styleguide
This commit is contained in:
parent
a2925d077e
commit
ec0888cf7a
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"title": "Agaric",
|
"title": "Agaric",
|
||||||
"source": ["./"],
|
"source": ["./"],
|
||||||
"destination": "../styleguide",
|
"destination": "../",
|
||||||
"homepage": "styleguide.md",
|
"homepage": "styleguide.md",
|
||||||
"css": [
|
"css": [
|
||||||
"../assets/css/agaric.css"
|
"../../static-layouts/assets/css/agaric.css"
|
||||||
],
|
],
|
||||||
"js": [
|
"js": [
|
||||||
"../assets/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