polylith

itaied 2025-11-28T15:08:07.442279Z

hello i have created an example project (based on our production system) of using polylith with gitlab ci i wonder if it's something that can be useful for adding in the example-project docs https://gitlab.com/itai17/polylith-gitlab-ci

tengstrand 2025-11-28T17:32:47.194759Z

Yes, that could be useful. Will add it to the list of example projects. Thanks!

tengstrand 2025-11-30T18:15:55.944439Z

I noticed that the development directory has been removed, which is why you’re seeing these warnings @itai:

Warning 202: Missing paths was found in deps.edn for the development project and will be ignored: "development/resources", "development/src"

itaied 2025-11-30T18:18:37.930549Z

oh right i guess while removing some modules i have accidentally removed it as well

itaied 2025-11-30T18:23:32.612749Z

fixed

tengstrand 2025-11-30T19:19:00.294099Z

Nice

tengstrand 2025-11-30T19:23:31.994259Z

Another thing you could do to improve your first page (optional of course) is to add an overview image, see https://cljdoc.org/d/polylith/clj-poly/0.2.22/doc/example-systems (instructions at the top) An example is the https://github.com/seancorfield/usermanager-example/tree/polylith repo.

itaied 2025-11-30T19:29:49.511859Z

i think the bricks stats is not useful here since there is no real project behind, it's just the ci yamls and cofigurations that are interesting maybe an image of the pipeline (although you can access it directly)?

tengstrand 2025-11-30T19:39:20.413129Z

This is how it looks like. You have an empty proj-c project, and I had to add the two aliases to workspace.edn.

tengstrand 2025-11-30T19:40:16.647959Z

Even though it's tiny, it still has a value to show that it is tiny!

itaied 2025-11-30T19:43:46.374179Z

ok cool i have attached it under images folder and also to the readme

👍 1