Google Code Exporter

Results 21406 comments of Google Code Exporter

``` update: It seems the author have worked out the solution for this, but you should use "text/x-jquery-tmpl" instead of "text/html" for inline template, if you still want use "text/html"...

``` Just FYI: this will not work with iCanHaz or Mustache templates, unfortunately - or at least not without changing those particular scripts. I wirked past this problem by starting...

Original comment by `[email protected]` on 8 Dec 2011 at 6:04 - Changed state: **Accepted**

``` I also have the following error. When using the --line-break 0 (in ant for js) I got: [java] Exception in thread "main" java.lang.ClassCastException: java.lang.String [java] at com.googlecode.htmlcompressor.CmdLineCompressor.(CmdLineCompressor.java:194) [java] at...

``` PS. Sorry, I have no idea how to work with SVN or prepare a proper patch (or something). Hope that this diff will be enough to apply it to...

``` You mean if you have html: it would turn into: //styles.css content //script.js content The problem is how to identify those files, lets say you have: Which parameters to...

``` Sorry, I haven't been clear; The files would passed to the compressor via parameters like --external-js, --external-css. Converting HTTP requests to inline JS/CSS is another concern. ``` Original comment...

``` But how to figure out which file to insert into which position? You can't just provide a list of filenames as the same filename could mean different script (as...

``` Ah, no, actually the HTML file would *not* have links to the JS/CSS files like . One would just specify the wanted files and they would be injected in...

``` Hm, I don't see a point then. What is the purpose of this feature? How are you going to develop the page without css or js in it? Why...