I.e. if you build (let's say with a gulpfile), you might get a 100 KB .exe, then run it again, you'll get 130 KB (or something like that) and so on.
Not sure why this happens. Maybe it's concatenating them somehow or something.
Should we clean the destination before doing anything?
I.e. if you build (let's say with a gulpfile), you might get a 100 KB
.exe, then run it again, you'll get 130 KB (or something like that) and so on.Not sure why this happens. Maybe it's concatenating them somehow or something.
Should we clean the destination before doing anything?