This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Windows - Improperly escaped '\' characters #90
Labels
🐛 bug
Something isn't working the way it should.
module: pancake
An issue or pull request related to pancake.
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 asC:\\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
The text was updated successfully, but these errors were encountered: