• 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.css

    When 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.css

    It 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)
  • Plugin Author Bytes.co

    (@burlingtonbytes)

    Hi jtremolo06! Thanks for bringing this to our attention.

    Could you try disabling other 3rd party plugins and themes and let us know if you’re still experiencing the same issue?

    Thanks,
    Bytes.co

    Thread Starter jtremolo06

    (@jtremolo06)

    Yes, it still happens with all plugins disabled except WP Compiler

    Plugin Author Bytes.co

    (@burlingtonbytes)

    Hi jtremolo06,

    Thanks for the information. I’ll get this over to our development team for closer examination.

    Thanks,
    Bytes.co

    Plugin Author Bytes.co

    (@burlingtonbytes)

    Hi jtremolo06,

    The quick solution for this is to not use the theme variables for windows. They seem to be generating incorrectly.

    2019-11-20_1340

    By default the compiler starts pathing at wp-content/ so specifying only everything after that should fix the problem.

    Thanks,
    Bytes.co

    • This reply was modified 5 years, 5 months ago by Bytes.co.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BUG: Wrong pathing on windows host’ is closed to new replies.