You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking of a blessed build.go at the top level of a Pushup project that is invoked and expected to provide a function of a certain type signature, the arguments of which are details about the project. In the vein of Zig's build.zig, giving the user control over how the Pushup project is assembled. This could be a place to consolidate configuration such as the location of static media to be embedded, pre-processing steps, optimizations, etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thinking of a blessed
build.go
at the top level of a Pushup project that is invoked and expected to provide a function of a certain type signature, the arguments of which are details about the project. In the vein of Zig's build.zig, giving the user control over how the Pushup project is assembled. This could be a place to consolidate configuration such as the location of static media to be embedded, pre-processing steps, optimizations, etc.Beta Was this translation helpful? Give feedback.
All reactions