When using the compiler / wrapper command, the regExp that is used to determine the "local_path" fails for windows paths that contain the "" character. The slashes need to be escaped. However, using node's path.relative() method solves the problem nicely. PR to come shortly.
When using the compiler / wrapper command, the regExp that is used to determine the "local_path" fails for windows paths that contain the "" character. The slashes need to be escaped. However, using node's
path.relative()method solves the problem nicely. PR to come shortly.