mirror of
https://github.com/kognise/water.css.git
synced 2025-08-10 15:14:34 +02:00
Moved sourcemaps to external file to keep size low
This commit is contained in:
@@ -23,7 +23,7 @@ function style() {
|
||||
.pipe(sass())
|
||||
.on("error", sass.logError)
|
||||
.pipe(postcss([autoprefixer(), cssnano()]))
|
||||
.pipe(sourcemaps.write())
|
||||
.pipe(sourcemaps.write('.'))
|
||||
.pipe(gulp.dest(paths.styles.dest))
|
||||
.pipe(browserSync.stream())
|
||||
);
|
||||
|
Reference in New Issue
Block a user