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
I have a problem with generated sourcemaps, if I have gulp-autoprefixer in in the stream of my styles task. Source maps file is generated, but in browser they show absolutely wrong files. But if I remove gulp-autoprefixer from stream, sourcemaps are shown correctly. I know about Plugins with gulp sourcemaps support
I try to insert autoprefixer by gulp-postcss, but in this way I have the same situation (wrong files in browser)
What I must to do, to be able to compile SASS with correct sourcemaps and with autoprefixer?
I have a problem with generated sourcemaps, if I have gulp-autoprefixer in in the stream of my styles task. Source maps file is generated, but in browser they show absolutely wrong files. But if I remove gulp-autoprefixer from stream, sourcemaps are shown correctly. I know about Plugins with gulp sourcemaps support
I try to insert autoprefixer by gulp-postcss, but in this way I have the same situation (wrong files in browser)
What I must to do, to be able to compile SASS with correct sourcemaps and with autoprefixer?
Code with gulp-autoprefixer:
Code with postcss and autoprefixer:
The text was updated successfully, but these errors were encountered: