Skip to content

Custom Piece Development Lifecycle #291

Closed Answered by vinicvaz
tdari asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @tdari.
Short answer, yes, it can be done, but but unfortunately we don't have a direct interface with our CLI for this yet. It be done with a small code modification in your local domino environment. I'll try to create an easy interface asap for this.

While we don't have it, you can do the following:

  1. Clone Domino
  2. In the root of Domino folder run docker-compose -f docker-compose-dev.yaml
  3. Go to this file lines and replace the following:
# 1. Activate general hot reloading
dev_pieces = False  # Replace with dev_pieces = True

-------------------
# 2. Activating hot reloading for pieces repositories

local_repos_path = f"/home/vinicius/Documents/work/tauffer/{piece_repo_name}" 

## Rep…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tdari
Comment options

@vinicvaz
Comment options

Answer selected by tdari
@tdari
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants