From 002288cefc36262e86686ed6edecbc7f4c5f11fe Mon Sep 17 00:00:00 2001 From: Viliam Kopecky Date: Mon, 1 Jul 2019 10:24:17 +0200 Subject: [PATCH] Fix buildstamp path --- mango.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mango.yaml b/mango.yaml index 05c8ba5..046ac3e 100644 --- a/mango.yaml +++ b/mango.yaml @@ -19,9 +19,9 @@ static: templates: - src/templates/*.pug buildstamp: -- docs/assets/styles/index.css -- docs/assets/styles/guide.css -- docs/assets/scripts/index.js +- docs/styles/index.css +- docs/styles/guide.css +- docs/scripts/index.js data: global: src/data/global.json version: ">=3.1.0"