Elixir Phoenix live reload with multiple css files
I make use of multiple css files in the website that I’m building, but I notice that live reload works only when I modify the app.css
file, while I would like for it to also work with the other css files.
Elixir Phoenix live reload with multiple css files
I make use of multiple css files in the website that I’m building, but I notice that live reload works only when I modify the app.css
file, while I would like for it to also work with the other css files.
Custom right click menu in phoenix?
I am writing a live-view web app with the need for a custom right-click menu. Is there some kind of builtin way of doing this or will I have to resort to custom javascript?