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
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
the all.css.map file works as expected, referencing to the right less-file.
but the all.min.css.map dosn't.
after runing gulp the style for header references to b.less.
if i run gulp re-uglifycss, the styles all refers to all.min.css
Why do the 2 task give different results?
What can I do to make the sourcemap work again?
The text was updated successfully, but these errors were encountered:
Thank for reporting this. As it seems this is a well known bug on gulp-sourcemap (see gulp-sourcemaps/gulp-sourcemaps#349), we will wait them to fix the issue and then apply it here
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Made an exemple at:
puggan/gulp-test@819afc7
the
all.css.map
file works as expected, referencing to the right less-file.but the
all.min.css.map
dosn't.after runing
gulp
the style for header references to b.less.if i run
gulp re-uglifycss
, the styles all refers to all.min.cssThe text was updated successfully, but these errors were encountered: