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 writing 2 mapfiles, for exemple when making both a normal-css and a minified-css from the same less file, the path gets wrong in the 2nd map-file.
In the exemple bellow the 2nd file refers to a the file c/a/pink.less,
I expected it to refer to just c/pink.less.
(in my real code, 'a/' and 'c/' is the same path, just decided to use 2 different in exemple)
When writing 2 mapfiles, for exemple when making both a normal-css and a minified-css from the same less file, the path gets wrong in the 2nd map-file.
In the exemple bellow the 2nd file refers to a the file c/a/pink.less,
I expected it to refer to just c/pink.less.
(in my real code, 'a/' and 'c/' is the same path, just decided to use 2 different in exemple)
b/pink.css.map:
d/pink.css.map
Exemple code / gulpfile.js:
Test:
The text was updated successfully, but these errors were encountered: