mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
use minified css in bundle
This commit is contained in:
parent
e67ab9c3ea
commit
78e8618466
|
@ -55,7 +55,7 @@ var JS_DEV_DEPS_MIN = [
|
|||
|
||||
gulp.task('sass', function () {
|
||||
return gulp.src(paths.scss, { base: './' })
|
||||
.pipe(sass.sync().on('error', sass.logError))
|
||||
.pipe(sass.sync({outputStyle: 'compressed'}).on('error', sass.logError))
|
||||
.pipe(gulp.dest(paths.tmp));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user