Skip to content

Build fails if config directory is provided with closing backslash #26

Description

@penpendede

Issue occurred in guide4you repo but belongs here, seems to be Windows-specific

npm run build .\conf\simple\

fails while both

npm run build .\conf\simple

and

npm run build ./conf/simple/

work flawlessly. In principle that's no big deal but the tab completions of both cygwin's bash and powershell automatically add a terminal backslash.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions