-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CSS sourcemaps #11
Comments
Probably related: postcss/postcss#814 (and mozilla/source-map#242 in consequence) |
To be watched: sass/libsass#2216 |
What was tested so far:
|
…L-154-grid-tasks-frontend to develop * commit '4804a101b1704ceb2314828f1e55bcb7cbbd2020': CONCOREL-154: Add fix for IE11 calc bug in shorthand flex attribute Safari flexbox bug fixed Conent width change Grid responsive styles Grid max width & description update QS forms update CONCOREL-154 Concordia Grid
Still no luck in a project where I updated |
The new implementation seems to experience the same issue (latest stable Node, latest versions of |
CSS sourcemaps are broken after the update to Node 6.
Example: When inspecting the "prev" button on http://unic.github.io/estatico/demo/modules/slideshow/slideshow.html, the line number for _slideshow.scss is 1 while it should rather be something between 24 and 38: https://github.com/unic/estatico/blob/develop/source/demo/modules/slideshow/slideshow.scss#L24-L41
Working (before update):
Nor Working (after update):
I wasn't able to find a working combination of gulp-sass and node-sass running on 6.7.0. Switching from
gulp-autoprefixer
togulp-postcss
andautoprefixer
at least made sure that the correct files are shown (and should make it easier to add additional post-processing steps in the future), but I could not fix the line numbers.Further reading: dlmanning/gulp-sass#354
The text was updated successfully, but these errors were encountered: