This commit is contained in:
2019-06-02 17:29:17 +02:00
parent 1f449767a6
commit 66d9db4950
9 changed files with 36 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ gulp.task('build', function() {
.on('error', sass.logError)
)
.pipe(sourcemaps.write())
.pipe(autoprefixer())
.pipe(autoprefixer())
.pipe(gulp.dest(dest_dir))
.pipe(csscomb())
.pipe(cleancss())