Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Windows - Improperly escaped '\' characters #90

Description

@azerella

It seems that the auto generated file paths when run under Windows are generated with only a single \. This needs to be generated as \\ to escape the first backslash.

The auto generated comments also fail with the backslashes:

/**
 * 
 */

e.g C:\Users\Adam needs to be generated as C:\\Users\\Adam and the comments need to be escaped as well.

A good place to start would be here: https://github.com/govau/pancake/blob/master/packages/pancake-sass/src/sass.js#L142

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: pancakeAn issue or pull request related to pancake.🐛 bugSomething isn't working the way it should.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions