Skip to content

Instantly share code, notes, and snippets.

@Lowess
Created January 7, 2021 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lowess/da38bbbaf2db173d8205be77e7513a90 to your computer and use it in GitHub Desktop.
Save Lowess/da38bbbaf2db173d8205be77e7513a90 to your computer and use it in GitHub Desktop.
Hugo JS Pipes
<!-- Transipiling JS code with Babel and Node -->
{{- $transpiled := resources.Get "scripts/index.js" | babel | js.Build (dict "minify" true) -}}
<script src="{{ $transpiled.Permalink }}"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment