Skip to content

Error: File to read not found or unreadable #41

@Skeldave

Description

@Skeldave

Hi,

I am trying to read a SASS file from a network location and it is throwing the following error:

"Error: File to read not found or unreadable: \\PATH\TO\SASS\FOLDER\SASS.scss\n"

I am using the following configurations:

var sassCompiler = new SassCompiler();
var scss = sassCompiler.CompileFile(targetScssFile, OutputStyle.Compact);

I have tried using the same code on a local folder (D:\PATH\TO\SASS) and it works perfectly well.

Please could you give me any pointers / try and test this from your end and let me know the results.

Thanks.

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