1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 05:45:31 -04:00

add babel / esbuild pipes via Hugo, remove terser

This commit is contained in:
2021-06-05 08:35:57 -04:00
parent 1a02c31a32
commit 23debefee2
18 changed files with 1965 additions and 218 deletions

View File

@@ -12,9 +12,11 @@
{{ block "main" . }}{{ end }}
</main>
{{ partial "page/footer" . }}
{{ partialCached "scripts/_bundle" . -}}
{{ template "__body_js" . }}
{{ partial "scripts/shortcodes" . -}}
</body>
</html>
{{ if ne hugo.Environment "production" }}
{{ partial "functions/debug" . }}
{{ end }}