move logs assets outside the /logs folder

Issue #50 resolved
Desrever Nu created an issue

No description provided.

Comments (3)

  1. Sam Griffiths

    I think this is done too
    From com.nubits.nubot.utils.LogFormatterHTML.java :
    private static final String PATH_TO_ASSETS = "../../res/logs_assets/";

  2. Desrever Nu reporter

    you can verify that opening an .html log, the external resources are read correctly (css , img, js) . Should be fine

  3. Sam Griffiths

    On the latest TestWrapper runs I have checked the log files.
    The assets are referenced correctly outside the logs folder as the css and javascript is applied.

  4. Log in to comment