Google Code Exporter

Results 11117 issues of Google Code Exporter

``` Hello, I downloaded the file "htmlcompressor-1.5.3.jar" but I do not know how to compress HTML. Can someone post a step by step? I am using Windows 7 Thanks! ```...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? -------------------------------------- echo " for(i=0;i

Priority-Medium
Type-Defect
auto-migrated

``` I’m using the htmlcompressor custom JSP tags to compress the output of JSP pages. There is a tag at the top of the page and at the bottom of...

Priority-Medium
Type-Defect
auto-migrated

``` I suggest to add .xhtml files to the types in the options. ``` Original issue reported on code.google.com by `[email protected]` on 21 Dec 2012 at 6:49

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Include htmlcompressor as lib 2. Include the newest version of rhino as lib 3. Use rhino in any way, for example do:...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Add a script tag with type ="text/html" 2. Use compression on the HTML page. What is the expected output? What do you...

Priority-Medium
Type-Defect
auto-migrated

``` When running the following code: String html = " A String "; HtmlCompressor compressor = new HtmlCompressor(); String compressedHtml = compressor.compress(html); We get the following stacktrace: Caused by: java.lang.ClassNotFoundException:...

Priority-Medium
Type-Defect
auto-migrated

``` I run the html compressor recursively through the root folder of a site, from the command line via PHP. While most subdirectories there need to have the included html...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1.Have a URL encoded String in a hidden variable inside a form 2.Wrap the above code within a JSP inside the html tag...

Priority-Medium
Type-Defect
auto-migrated

``` It seems that the script type 'x-jquery-tmpl' won't be used much in the future as jQuery tmpl plugin has been abandoned [1] some time ago. It would be good...

Priority-Medium
auto-migrated
Type-Enhancement