Changing in css/desk.min.css does't effect?

hi ,

I am edit desk.min.css file from bath :
home/frappe/frappe-bench/sites/assets/css/desk.min.css
then i do bench build
and bench migrate .
but nothing change ?
what is the step missed up ?

regards .

bench clear-cache maybe?
with a bench restart

am try bench restart but nothing effect ,
clear-cash throw error :

    ***File "/home/frappe/frappe-bench/apps/frappe/frappe/commands/utils.py", line 45, in clear***
***_cache***
***    for site in context.sites:***
***TypeError: 'NoneType' object is not iterable***

now am doing this line commands but also nothing changed ! any help please ?

desk.min.css is build from other files so you should change in that particular file.
check this file you will get and idea.

https://github.com/frappe/frappe/blob/develop/frappe/public/build.json

if you change in desk.min.css and then try to bench build it will override your changes.

bench --site site_name clear-cache will solve your problem