Compass Line Number Comments Not Showing Up with Gulp
问题 I am attempting to make the switch from GruntJS to Gulp and have run into a problem with my Gulp task for processing my SASS files via Compass. The files compile just fine into the single CSS file as they did under my GruntJS implementation, but I am missing the line number comments that show me where the CSS rules come from such as: /* line 26, ../_components/sass/_base.scss */ The code from my gulpfile.js for the task is: gulp.task('compass', function() { gulp.src(sassSources) .pipe(compass