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'm trying to use this plugin with gulp-concat and gulp-sourcemaps. Using one or the other in my gulp task works perfectly, but using both together causes "Error: File to read not found or unreadable: /path/to/filename/given/to/concat.css"
I'm trying to use this plugin with gulp-concat and gulp-sourcemaps. Using one or the other in my gulp task works perfectly, but using both together causes "Error: File to read not found or unreadable: /path/to/filename/given/to/concat.css"
I've thrown together a quick minimal scenario to illustrate the problem: https://github.com/parsnick/gulp-sass-error-with-concat
gulpfile.js:
sass
task runs fine,sassMap
throws the error.sassMap
can work by simply piping to gulp-concat after gulp-sass, but that's not quite so easy in my actual gulpfile as there's a bit more going on!The text was updated successfully, but these errors were encountered: