When I deployed my Phoenix app in production for the first time I saw that my CSS were broken due to the app.css
generated file include not wanted CSS such as Bootstrap and HTML5 boilerplate.
I imagine they are included by brunch when compiling in production mode.
How to avoid it?
PS: when using SSH to send local files to a remote server see my comment to Dmitry answer.