App_include_css = “assets/your_app/css/custom.css” doesn't work well

I’ve override the assets css to change my app css and change the hooks.py:
app_include_css = “assets/your_app/css/custom.css”
and create my css file it works but if i delete any style or change it ;the app doesn’t have the effect

every time i change the css file ;i made:
bench migrate

what’s the problem please?

bench build i think … because the system bundle the css into one file so when you change the custom css you need to update the one file created so we rebuild it …

1 Like

It works; Thank you

2 Likes

What is the exact path on the server e.g. if the frappe-bench was the bench directory.