You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mborman
pushed a commit
to mborman/node-jade-amd
that referenced
this issue
Mar 30, 2016
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.The text was updated successfully, but these errors were encountered: