dither
Explore posts from serversTTCTheo's Typesafe Cult
•Created by dither on 10/6/2024 in #questions
Is storing flags/config as a single jsonb row in a postgres table a reasonable thing to do
12 replies
❔ Execute a target before resources are embedded using a wildcard
I am trying to create a template for using the gircore bindings to gtk with blueprint-compiler, a tool that makes creating GTK ui files less tedious
Instead of manually adding embedded resources by doing this:
I am using this mess of wildcards
However, doing this causes an issue: The before Build/PrepareForBuild target that compiles the blueprints executes after the wildcards are expanded.
This means the first build will always fail. Is there a way to make the compilation happen before the wildcards are example
The second build works perfectly, but there should be a way to fix the first build
4 replies