cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 79 forks source link

Bootstrappers takes default script from within its own folder #89

Closed anrichter closed 3 years ago

anrichter commented 3 years ago

The changes allows to call build.ps1 or build.sh from any folder and cake will take the build.cake script found in the same folder as the bootstrapper is located.

Fixes #19

gep13 commented 3 years ago

@anrichter thanks for doing this, and for bearing with us while we moved things around in this repository.

anrichter commented 3 years ago

You're welcome. Thanks for cake :)