Skip to content

export as web does not work #62

@waselias

Description

@waselias

Hi,
when I create a standalone web export using the newest version of the LiaScript exporter with the command:

liaex --format web -i "C:\path\to\file.md" -o "C:\destination\path"

a new folder is created containing all necessary files. However, the generated index.html contains the following line in the section:

<script src="https://cdn.jsdelivr.net/gh/LiaScript/LiaScript@latest/dist/index.js"></script>

When I host this export, I only get a white page. The browser console reports that window.LIA.load() does not exist.
I checked the link above, and in the current LiaScript release there is no index.js file available at that location.

How can I solve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions