BUG: Wrong pathing on windows host
-
I added an scss file to the compiler, it has the path as “{{theme}}/style.scss”.
When I click “Done Editing” it displays the path correctly:
Source: D:\Hosting\2833344\<some_more_pathing>\style.scss
Target: D:\Hosting\2833344\<some_more_pathing>\style.cssWhen I click “Save Changes” and try to compile it thinks the paths are:
Source: D:\Hosting833344\<some_more_pathing>\style.scss
Target: D:\Hosting833344\<some_more_pathing>\style.cssIt appears to be reading the “\2” as an escaped character instead of a path separator.
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘BUG: Wrong pathing on windows host’ is closed to new replies.