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:
benjamin melançon 2018-08-20 18:26:36 -04:00
parent bf2ef1c138
commit ff8990a8c8

View file

@ -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"
} }