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