archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
75 stars 22 forks source link

Clean static files #1600

Open bchamagne opened 6 days ago

bchamagne commented 6 days ago

Describe the problem you discovered

When we build static files such as JS/CSS they are prefixed with a hash. Those files never get cleaned up. So they stay in the folder: Image

And when we do a release, we find them again here. Image

Describe the solution you'd like

There should be a cleaning mechanism

Epic

No response