Skip to content

sourcePath prefix '/' no such file or directory #230

Open
@lomocc

Description

@lomocc

.process( sourceString, { from: "/" + sourcePath } )

in windows the sourcePath looks like D:/HTML5/..., and will be transform to /D:/HTML5/.... cause

 no such file or directory, open 'D:\D:\HTML5\...\Typography.css'

should it be:

.process( sourceString, { from: sourcePath} ) 

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions