Commit 9e5b7ac
CLJ-1868 - Output simpler dependency rel paths when compiling with Closure libs
Until now compiler did not parse input paths for Closure dependencies correctly
and as a result the output paths contained full absolute path as its part.
That path contained charachters like : and ! that were ok on unix machines
but caused problem on windows machines. With this fix the compiler will
output correct rel paths.1 parent 62337d0 commit 9e5b7ac
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
1529 | | - | |
1530 | | - | |
1531 | | - | |
1532 | | - | |
| 1529 | + | |
1533 | 1530 | | |
1534 | 1531 | | |
1535 | 1532 | | |
| |||
0 commit comments