I have the following less files:
<<>WebApp/Content/less/main.less
@import "src/test.less";
WebApp/Content/less/src/test.less:
body {
background-image: url("../img/abc.png");
}
当我少于1.3.0。 js-window
> less.js-windowslessc.cmd WebAppContentless WebAppContentcs -compress
... I get this:
body{background-image:url("src/src/../img/abc.png");}
“src/src/ ......”对我来说是正确的。
我花了约一小时的时间,但我无法从小项目一页确定这一问题的状况。 有许多问题、倒退、应用和未应用的拉动要求似乎已经解决:。
I can t use absolute paths in this case. Is there a simple fix or a workaround for this issue?