Update paths for building styleguide

This commit is contained in:
benjamin melançon 2018-08-20 11:27:41 -04:00
parent a2925d077e
commit ec0888cf7a

View file

@ -1,13 +1,13 @@
{
"title": "Agaric",
"source": ["./"],
"destination": "../styleguide",
"destination": "../",
"homepage": "styleguide.md",
"css": [
"../assets/css/agaric.css"
"../../static-layouts/assets/css/agaric.css"
],
"js": [
"../assets/js/jquery-3.2.1.min.js"
"../../agaric/js/jquery-3.2.1.min.js"
],
"builder": "styleguide-builder"
}