github gruntwork-io/boilerplate v0.4.0

latest releases: v0.10.0, v0.9.0, v0.8.1...
3 years ago

#87: Updated templateFolder and outputFolder helper functions to return absolute paths instead of relative. This makes the resulting path behave as expected when they are set from relative paths in the CLI (e.g., boilerplate --template-url ./template/foo --output-folder ./out).

Backward compatibility

For almost all use cases of these functions, this should be functionally equivalent to the previous version. However, if you are reliant on the path being relative (e.g., if you are outputting the function output directly in a template), this change in behavior could break your existing templates as the absolute path will now be output.

Don't miss a new boilerplate release

NewReleases is sending notifications on new releases.