veripress icon indicating copy to clipboard operation
veripress copied to clipboard

Name conflicts under static folder when doing veripress generate

Open momocow opened this issue 6 years ago • 0 comments

When doing veripress generate, sub-folders of themes' static folder cannot have the same name as sub-folders of user's static folder.

For example, given a theme has its images under themes/<theme_name>/static/img. Meanwhile, the user already has his images under static/img.

If running veripress generate, FileExistsError will be thrown. Rename one of img folders to images fix the error.

momocow avatar Jan 02 '19 04:01 momocow