I understand that minifying tries to reduce file size by removing whitespace characters. Sometimes things end up on one line, but more often than not, there are multiple lines. I noticed that line breaks happen wherever spaces occur. Wouldn’t it be better just to have it all on one line?
I understand that minifying tries to reduce file size by removing whitespace characters. Sometimes
Share
Given the lack of sample code and information about how the minification is being performed, my best guess would be: Whatever you are using to view the code is performing word wrapping and there aren’t any real new lines in there.