redhataccess / pantheon-cmd

Pantheon CMD is an open source and freely distributed program for validating and building local previews of modular documentation.
GNU General Public License v3.0
2 stars 5 forks source link

Added a step to import the HAML templates on build, then delete. #2

Closed adahms closed 3 years ago

adahms commented 3 years ago

Added support for importing the HAML templates into the repo during the RPM building process, then deleting them again on completion.

Not a complete solution, but it does get around the need to store a copy in the repo itself, or set up git subtrees or submodules to import the resources for a relatively infrequent action.

adahms commented 3 years ago

Hey @Levi-Le - would you be available to review this?

Proposing a rather simple method for including the HAML templates in the build process.

adahms commented 3 years ago

Thanks for the review, @Levi-Le!

I learned a lot of great tips and ideas from your suggestions, and agree with them all.

Since you've raised a new PR to commit those changes, I'll close this one in favor of #3.