I was configured to use the Google Closure Compiler: ``` javascript_compressor: closure ``` But was unwittingly falling back to jsmin because ``` require 'closure-compiler' ``` was failing silently due to it not being installed.