htmlcompressor
htmlcompressor copied to clipboard
HTML Compressor and Minifier, can be used standalone and as a Java library
Java EE has been changed to Jakarta EE and classes have been renamed from `javax.servlet` to `jakarta.servlet`. Threrefore, the current library for the htmlcompressor tags does not work in newer...
The latest version (1.5.3) is not available in Maven Central
Hello, I've been using htmlcompressor to compress aspx and ascx files successfully for quite sometime. Now I had the need to add to some of the aspx files tags and...
``` In maven central [1] the one and only version of htmlcompressor is 1.4. Would it be possible to upload new (and future) versions too? [1] html compressor in maven...
``` What is the Velocity version does this support? #compressHtml() & #end is not getting recognised ``` Original issue reported on code.google.com by `[email protected]` on 27 Feb 2015 at 11:19
``` What steps will reproduce the problem? 1. yes "" | head -n2000 > manylines 2. java -jar Downloads\htmlcompressor-1.5.3.jar --preserve-line-breaks manylines 3. crashes by StackOverFlow exception What is the expected...
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what...
``` What steps will reproduce the problem? 1. Write HTML that has to use && (eg: Angular) 2. Try to run the compressor on it. 3. Note that you have...
``` 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...