Blog Archive for July 5, 2013

Using UglifyJs2 to minify JavaScript

July 5, 2013

I have a javascript application that I want to protect a little from casual source inspection. I'm going to do this by running a command line to update my source file, compressing one javascript file each time I upload to the server.

There are probably better ways of doing this …