{{- $sharedSCSS := resources.Get "scss/shared/shared.scss" -}} {{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}} {{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}} {{- $sharedJS := resources.Get "js/shared/shared.js" -}} {{- $sharedJS := $sharedJS | js.Build (dict "minify" "true") -}}