This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-342) Refactor build.Build() for generic input
Prior to this commit the `build.Build()` function took `templatePath` as the input for the directory to attempt to package and referenced the "template" in both comments and messages. This commit updates the function to instead take `sourceDir` as the input for the directory to attempt to package and removes all references to "template" from comments and messages, replacing it where coherent with "project" This further genericizes the build package for external library usage.
- Loading branch information
1 parent
c63c191
commit 33c4718
Showing
2 changed files
with
76 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters