-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add post-sync build directive for modules #172
Comments
Some time ago, we actually had a |
Yep, that issue is a little confusing to read, because it refers to other parts of the design that we got rid of early on, but the two main points are:
Have you gotten a chance to read https://github.com/buildinspace/peru/tree/master/docs/make_examples? |
I'll close this for now, but feel free to ask more questions here. I'm especially interested in feedback on that |
Currently if a module's source requires a build process to compile after syncing that's more involved than picking or dropping certain files, said process needs to be run after a
peru sync
.The feature would be specifying in
peru.yaml
a script within the module to execute after aperu sync
. Perhaps use keywordbuild
.It's possible to script this in a watcher that wraps
peru
sync operations, so maybe this is out of scope for the project, similar toperu override watch
#163. (?)The text was updated successfully, but these errors were encountered: