Archives for Saturday, February 6, 2021

February 2021 (3)
SMTWTFS
« Jan Mar »
123456
78910111213
14151617181920
21222324252627
28

Like this Archive Calendar widget? Download it here.


Fun times with batch files

One to be put squarely into the head-meets-desk section. For a little while now, I’ve been meaning to update how I minify and compress the JavaScript files used by this website (and others that use JS to some lesser degree). For ages I’ve been using compressor code that runs as a Java app (I know, I know! Just step away from the pepper spray right now!) – first it was the YUI Compressor (last release: eight years ago), and then a couple or more years ago I moved to the Google Closure Compiler because I was now using the more modern ES5+ syntax that the YUI Compressor couldn’t parse. […]

READ MORE