gulp-community / gulp-concat

Streaming concat middleware for gulp
MIT License
792 stars 127 forks source link

No sourcemap for concat file #147

Closed SharkBaby closed 5 years ago

SharkBaby commented 5 years ago

I use gulp-sourcemaps, gulp-sass and gulp-concat to generate concat file for multiple scss file and sourcemap file, but I found there is no banner.bundle.css file generated but individual css file.

CODE:

image

SCREENSHOT

image

My quesiton is how to generate concat file and its sourcemap file?

SharkBaby commented 5 years ago

sorry for this confuse, it is my mistake, need to return the variable to same variable as well. gulpTask = gulpTask.pipe(concat('banner.bundle.css'))