i wouldn’t care about minifying twice…just some ms.
whats your config for minify?
and the libs + apps points me to a recent issue…JS Build with concat
but maybe just file is not minified. needs some more details
{{ $mainMin := resources.Get "js/main.min.js" }}
{{ $hljs := resources.Get "js/highlight.js" | minify }}
{{ $jsb := slice $mainMin $hljs | resources.Concat "js/mixed.js"}}
<script src="{{ $jsb.RelPermalink }}"></script>
The result looks minified to me.