The position of static asset makes diff update difficult

i created a webtv with hugo.
i will early share in github my python script.

but there is a problem with the update.

if /static/folder1/video1.m4v can be found in the single template by {{ $baseUrl }}/{{.Section}}/{{ .Params.videosrc }} , is because when hugo generate the public area the m4v is moved inside the section folder

e.g.

http://maidiretv.altervista.org/sensualita-a-corte/sensualita%20a%20corte%20-%201/

has the video in this path

http://maidiretv.altervista.org/sensualita%20a%20corte/sensualita%20a%20corte%20-%201.m4v

but now, if i make an update to the template and i want to update every html file, i need to find a ftp software that can skip every m4v files due to the m4v position

the attached screenshot should help to understand the problem.

maybe the /static folder of the project should be moved in a /static folder of the /public area ?

what do you think?

thanks.