use mewn for templates

massively improve template handling
This commit is contained in:
Lea Anthony
2019-03-02 12:54:10 +11:00
parent c20aabc8f8
commit c180d7dccb
10 changed files with 226 additions and 315 deletions

View File

@@ -14,6 +14,8 @@ import (
"github.com/leaanthony/spinner"
)
var fs = NewFSHelper()
// ValidateFrontendConfig checks if the frontend config is valid
func ValidateFrontendConfig(projectOptions *ProjectOptions) error {
if projectOptions.FrontEnd.Dir == "" {