-
Hi, I love the theme! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @a0damasco, It's correct as is. osprey-delight/layouts/partials/body-bottom.html Lines 23 to 26 in 9b1fea2 This file is bundling all blog-relates JS files to a bundle-blog.js file.
The Doc reference: https://gohugo.io/hugo-pipes/bundling/ |
Beta Was this translation helpful? Give feedback.
Hi @a0damasco,
It's correct as is.
osprey-delight/layouts/partials/body-bottom.html
Lines 23 to 26 in 9b1fea2
This file is bundling all blog-relates JS files to a
bundle-blog.js
file.The
$scripts | resources.Concat "js/bundle-blog.js"
means "take all $scripts and concat them to a file namedjs/bundle-blog.js
.Doc reference: https://gohugo.io/hugo-pipes/bundling/