Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Support root as destination for compiled imba code (was "Fix bundling") #1

Open
ericvida opened this issue Aug 5, 2020 · 1 comment

Comments

@ericvida
Copy link
Member

ericvida commented Aug 5, 2020

Bundled project doesn't work out of the box.

@eulores
Copy link
Collaborator

eulores commented Aug 5, 2020

Do not map directories containing Imba source files to the root. There's something strange on the snowpack side, still trying to figure out what's wrong. But for the time being, make this change in snowpack.config.json:

    "mount": {
        "src": "/",
        "public": "/"
    },

to

    "mount": {
        "src": "/scripts",
        "public": "/"
    },

@eulores eulores changed the title Fix bundling Support root as destination for compiled imba code (was "Fix bundling") Aug 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants