diff --git a/gulpfile.js b/gulpfile.js index c0660205..96ed35cb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -62,8 +62,10 @@ gulp.task('styles', ['source'], function () { this.emit('end'); })) .pipe(sourcemaps.write()) + .pipe(sourcemaps.init({loadMaps:true})) .pipe(autoprefixer()) .pipe(header(banner, { pkg : pkg } )) + .pipe(sourcemaps.write()) .pipe(gulp.dest(dist)) .pipe(nano()) .pipe(rename(function (path) {