1
votes

When I deployed my Phoenix app in production for the first time I saw that my CSS were broken due to the app.cssgenerated 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.

1

1 Answers

2
votes

You can just delete everything in web/static/css/app.css file. And then recompile your project