gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
158 stars 12 forks source link

Fix reference lookup so it works with dependencies #36

Closed brikis98 closed 6 years ago

brikis98 commented 6 years ago

In #35, I added support for the reference keyword. Unfortunately, it had a bug where it didn’t work if a dependency tried to reference a variable defined in a parent. This PR should fix that issue.

brikis98 commented 6 years ago

Merging! Feedback welcome.