Tag Archives: javascript compressor

Packing/Unpacking Javascript from DOS

Here’s one way to pack and unpack Javascript from the Windows’ command line. For this we use PhantomJS and Dean Edwards’ Javascript Compressor. 1. Download PhantomJS from here. 2. Download the JSPacker.js file from here. 3. Put everything in a … Continue reading

Posted in Tools | Tagged , , , | Comments Off on Packing/Unpacking Javascript from DOS