Replies: 1 comment 1 reply
-
I think |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello all,
on java ecosystem i can track frontend dependencies using webjars, it repackages npm dependencies as jar resource files and that way i can track all my libraries, frontend and backend, in a single project file.
i could simply hybridize the project by adding a package.json file, but that approach would force me to handle two config files and tweak the simple and easy go build process.
anyone know any library for that purpose? right now i just versioned a copy of my frontend resources and i am serving them with static middleware + //go:embed
any guidance is welcome.
Beta Was this translation helpful? Give feedback.
All reactions