Continuing the discussion from Including javascript lib from node modules:
As outlined in the post above, Github repos can be loaded directly from the source with the Hugo modules feature. Not an expert with modules and likewise with Github, I wonder how one can determine the branch loaded? E. g. the Bootstrap module above loads from github.com/twbs/bootstrap which is currently on branch “main”. How do I know I’m getting the current release and not loading code in early alpha stage?
Thanks for your replies!