Minified files [feature request]

Hi,

in the past before NPM etc. came up, js libraries (if used in website) had often a min.js version.
My JSON file is allready quite big(> 1MB), and i want to make as much as possible with OSC, so it will grow...(It is great!)
I am not sure if it would speed up performance (i don't have performance issues atm.), if less data is sent between server and client and how difficult it is to implement. The js file i think shouldn't get too big anyways in terms of change friendly, readability, etc..

Thanks!

The js file i think shouldn't get too big anyways in terms of change friendly, readability, etc..

JS files are minified in O-S-C, JSON files are not because they are supposed to be readable by humans.

I am not sure if it would speed up performance

It wouldn't. Only the initial file read from disk by the server would be affected.