Skip to content

dev branch: Config Paths only work with ./ prefix #222

@EvanLovely

Description

@EvanLovely

I'm seeing an issue when using paths in config that do not start with ./: you can't do absolute paths or relative paths that start with ../.

It appears to be from the use of file.substring(2) as an argument used in builder/patternlab.js:93 like this:

pattern_assembler.process_pattern_iterative(file.substring(2), patternlab);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions