CADbloke / daisydiff

Automatically exported from code.google.com/p/daisydiff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add location of css and js directories as a commandline option

GoogleCodeExporter opened this issue · comments

I am using daisydiff to view HTML file differences on a local filesystem. The 
output is generated in the source directory, so that existing links to images 
etc are still viewable.

The generated html however contains links like this:
<link href="css/diff.css" type="text/css" rel="stylesheet">
<script src="js/tooltip/wz_tooltip.js" type="text/javascript"></script>

In my situation, the css and js directories are not under the current directory.
So it would be useful to specify the location as a commandline parameter, eg a 
single parameter that is used as a prefix to both the examples above.

Original issue reported on code.google.com by michael....@gmail.com on 17 Jun 2012 at 9:58

Original comment by kkape...@gmail.com on 18 Jun 2012 at 7:14

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****