-
The module is timelinejs, and I have been working on it for a while. To help troubleshoot all the issues I have had with it I created a web site to test it out on, [Hinode Test Site](https://testhinode.netlify.app/]. All changes have been pushed to the repository, the repository reflects those changes, all branches are up to date, and are even with each other. Regardless, if the module is loaded from the local file system by the use of a replacements statement, So, If both the local copy of the repository and the remote copy of the repository are exactly identical, then why does the module fail to be bundled when the remote repository is used? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
@d-oit Dom, I know you are busy and have your own projects, but could you take a look at this and tell me why it is not working on production sites? |
Beta Was this translation helpful? Give feedback.
Try to remove the dist/ folder from the .gitignore or mount the package like this:
https://discourse.gohugo.io/t/esbuild-looks-like-we-can-finally-get-solid-hugo-modules-support/28757
If it works local then you have a dist folder local but not in your github repo to mount for the build. You could check all download files in the vendor folder of your hinode site.
Your github repo must include a full working build version.
Use the mod-leaf as reference
Otherwise, you load the js / css on all pages.