website-githubpages:
bash scripts/launch-website.sh
+
website:
ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
#!/usr/bin/env bash
+#the sleep and the subquery & are here to ensure that wget is called after make website have done its work so that the website is gotten correctly
(sleep 10;
wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/;