If I have a file compiled.min.js in assets/js/**, then running roots watch will remove the extension of compiled.min.js, outputting a file compiled.min in /public/js/**. I would expect the file to keep it's name.
Is it possible to bypass this behaviour via options?