Created by: GreenGremlin
There are no functional or text changes with this PR. I'm just cleaning up the logic for printHostingInstructions to make it more readable and remove some duplication. The only minor logic change is that I replaced a couple hard-coded literals ('build'
) with variables (buildFolder
).
The main printHostingInstructions
method is now purely logic. It calls three other functions printBaseMessage
, printDeployInstructions
, and printStaticServerInstructions
; which contain the console statements with minimal logic.