Y
Hacker News
new
|
ask
|
show
|
jobs
by
ajanuary
4962 days ago
Couldn't you build it into the minifier rather than polluting the original source?
1 comments
jackmoore
4962 days ago
Yes, stuff like this shouldn't be in the source. UglifyJS and Closure compiler make this optimization, but I've used other js minifiers that did not.
link