kamem
kamem
The error message does not go out. through2.js: 88 var t2 = new DestroyableTransform(xtend({ objectMode: true, highWaterMark: 16 }, options)) I will change the "highWaterMark". Then it will be output...
gulpfile looks like. ``` gulp.task('compass', function(){ gulp.src([sassWatchFiles]) .pipe(plumber()) .pipe(compass({ config_file : 'config.rb', comments : false, css : cssDirectory, sass: sassDirectory })) .pipe(pleeease({ rem: ["10px"], minifier: false, browsers: ['IE > 6',...