Created
January 7, 2021 17:50
-
-
Save Lowess/da38bbbaf2db173d8205be77e7513a90 to your computer and use it in GitHub Desktop.
Hugo JS Pipes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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