Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Yes, said like that... I guess that would just suit my specific need. Although, following your method, one could pass each file to the script with --external scripts.js=c:/dir1/script.js and...

``` I will probably wait for more feedback to see if anyone else needs this feature before implementing it. ``` Original comment by `[email protected]` on 10 Jul 2011 at 9:23

``` Hi, I'd like to see this feature added to the taglib. It could work the way "packtag" currently does... you specify a "src" attribute with either CSS or JS...

``` Thanks for the report. No need to do the patch, I probably would need to introduce a new option to compress "text/" scripts as html. ``` Original comment by...

``` One solution, that would make it simple for common use cases, could be for that new option, say '--compress-script', to compress any script tag that has a type defined...

``` Some of those ids and classes are likely to be used in javascript, so it would require some configuration saying which classes to skip or something. It might make...

``` I thought about this feature before, and none of the html compressors I found did that, so I just forget about it. 10% is pretty big saving IMHO, which...

``` The solution I'm using just now is to move the event handler preservation to after the script block preservation. I don't know if this might break something else. ```...

Original comment by `[email protected]` on 3 May 2011 at 3:28 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**