Skip to content

Board Config is not read when using esprit from maven #34

Open
@ptillemans

Description

I started a project from the recommended template (which uses the esprit library via mvn/version) and noticed that whatever I dd, my pins were not added to esprit.board/items.

Using

$ strace -f clj -M:build | grep open | grep edn

I noticed my videolight-board.edn was never even opened, and similarly in the main.js the board definition still included the blinkenleds which I had removed.

I switched the esprit dependency to use the git url and now my pin definitions are added.

I think the macro expansion of read-board-file is skipped when the esprit dependency is pulled in from the maven repo.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions