So, I’m working on a project in Roblox-TS, that I want to automatically minify and/or obfuscate after building. Is there a tool that does something like that (and can be called from a bash script)? Features should be:
removing comments
removing whitespace (pressing everything on one line)
Thank you for your response. This does look more like a game framework/template rather than a tool that can be used from the command line. Also, for context, I am developing a plugin, not a game.