Skip to content

Commit

Permalink
proper comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Jul 25, 2023
1 parent 8492898 commit 845f8fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/cmd/preview.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ preview and return/open the preview URL when it is complete.
previewCmdError(fmt.Sprintf("%v", err), tmpZipFile)
return
}
//previewer.addPathsFromConfigFiles()
}

err = previewer.compressDirectory(tmpZipFile)
Expand Down Expand Up @@ -893,7 +892,9 @@ func CopyDirectoryContents(src, dst string, ignorePatterns []string) error {
return nil
}

// parseConfigAndGatherPaths
// parseConfigAndGatherPaths ranges over content files found int he config yaml and reads each one
// collecting the challenge paths, docker paths, and relative links from each file. The asset names
// can be read later to ensure they are included in the preview.
func (p *previewBuilder) parseConfigAndGatherPaths() error {
config := ConfigYaml{}

Expand Down

0 comments on commit 845f8fd

Please sign in to comment.