Closed Suppenhuhn79 closed 3 years ago
IMO JSMin should produce a single line of code (except for if there is a comment at the beginning). But it does not. Here's a sample JSMin-output:
if(window.location.query!=="") {console.log("no query");} else {console.log("yes, there is a query");}
No, it can't. Just a formatter.
IMO JSMin should produce a single line of code (except for if there is a comment at the beginning). But it does not. Here's a sample JSMin-output: