{{ $appJsPath := "js/app.js" }}
{{ $ddLogsRumPath := "js/dd-browser-logs-rum.js" }}
{{ $appJsOptions := dict "targetPath" $appJsPath "minify" true }}
{{ $ddLogsRumJsOptions := dict "targetPath" $ddLogsRumPath "minify" true }}
{{ $app := resources.Get $appJsPath | resources.ExecuteAsTemplate $appJsPath . | js.Build $appJsOptions | fingerprint "sha256" }}
{{ $ddLogsRum := resources.Get $ddLogsRumPath | resources.ExecuteAsTemplate $ddLogsRumPath . | js.Build $ddLogsRumJsOptions | fingerprint "sha256" }}
{{/* We have a few Ionicons icons scattered throughout */}}
{{ $version := site.Params.ionicons_version }}