Can cetz be loaded directly from subdirectory of the project? #413
-
I cloned the repository in a subfolder of the project and tried to load cetz from the subfolder. Background: use non-released version of cetz in the webapp |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes it can (with If you have Or run the |
Beta Was this translation helpful? Give feedback.
Yes it can (with
0.2.0
), but you have to change all absolute import paths to relative ones. There is a script for that in thescripts
directory.If you have
just
installed, you can (from your cetz clone outsides your project) call:just package <project-path-to-install-cetz-to> --relative-paths
.Or run the
./scripts/relpaths <your-cetz-root-dir>
Python script.