Wiki

Ticket #289 (closed defect: fixed)

Opened 12 years ago

Last modified 12 years ago

Doc generator doesn't copy .css files

Reported by: jaegs Owned by:
Priority: medium Milestone:
Component: Cobra Compiler Version: 0.8.0
Keywords: Cc:

Description

Running 'cobra -doc MyFile?.cobra' generates a html file that has

<link rel="stylesheet" href="../styles-cobra-doc.css" type="text/css" /> 
<link rel="stylesheet" href="../styles/styles-cobra-doc.css" type="text/css" /> 
<link rel="stylesheet" href="styles-cobra-doc.css" type="text/css" /> 

However, the 'styles-cobra-doc.css' doesn't get copied into the current (or parent) directory.

Change History

Changed 12 years ago by Charles

bump

Changed 12 years ago by Charles

  • status changed from new to closed
  • resolution set to fixed

Fixed in changeset:2792

Note: See TracTickets for help on using tickets.