Hi everyone.
I have a project that will be a library (mix task) available through hex.pm. Part of it needs a web server to visualize things in the browser, so I chose phoenix. I need javascript libraries like jquery, among others (2, 3 tops).
Should I use brunch to manage js dependencies? It feels heavy to me to make the user install npm and set up everything to run the task. I am leaning into adding manually the js dependencies to priv/static.
What do you think?