Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? Try to compress What is the expected output? What do you see instead? expected actual ``` Original issue reported on code.google.com by `[email protected]`...
``` The attached patch will update the compressor library for JSP 2.2, Guava, and Closure Compiler libraries. ``` Original issue reported on code.google.com by `[email protected]` on 5 Jul 2014 at...
``` We would have a need for an options that collapse multiple line breaks into a single line break. Is that something that's possible? ``` Original issue reported on code.google.com...
``` Trying to compress the attribute type="text/css" should be removed, since it is the default value The styleTypeAttrPattern matches (and the compressor later remove) type="text/style" , but the common value...
``` What steps will reproduce the problem? 1. save the following code to test.php: 2. use htmlcompressor to minify this file What is the expected output? What do you see...
``` Since the YUI compressor has problems with certain keywords in my JS code and I cannot change those keywords, I wanted to switch to the Google Closure Compiler for...
``` Hello, I'm compressing HTML files referencing external CSS and Javascript scripts. I would like to set a particular compressor to the HTMLCompressor through Java API that is used each...
``` I am using the latest version of all scripts (2014-02-16). However, the closure options are not yielding anything. Am I doing something wrong? Or is this a htmlcompressor bug...
``` $ echo '' >test.html $ java -jar htmlcompressor-1.5.3.jar test.html Expected output: Actual output: Fix attached. ``` Original issue reported on code.google.com by `[email protected]` on 28 Dec 2013 at 7:51...
``` throws "java.lang.ClassNotFoundException: com.google.common.io.LimitInputStream" exception Stack trace for debug jsp threw exception" "java.lang.ClassNotFoundException: com.google.common.io.LimitInputStream at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:323) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) at com.googlecode.htmlcompressor.taglib.HtmlCompressorTag.doEndTag(HtmlCompressorTag.java:107) ```...