Is minifying by removing newlines and multiple spa...
# orm-help
j
Is minifying by removing newlines and multiple spaces in my queries safe? I have been running
query.replace(/\s+/g, ' ')
in my javascript client and haven't had any problems, but I don't perfectly understand the requirements on the server and wonder if I will run into unexpected bugs later.