Open
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.
Metadata
Assignees
Labels
No labels
Activity