An employee helped me by posting it here for posterity. In the web.xml file add
<context-param> <param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name> <param-value>false</param-value> </context-param>
This does not seem to work for every script.
source share