mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Update dependencies
This commit is contained in:
parent
1e287f486d
commit
7ffa5af91f
3 changed files with 24 additions and 73 deletions
|
|
@ -316,18 +316,18 @@ gulp.task('css:social', function() {
|
|||
});
|
||||
|
||||
gulp.task('css:main:min', ['css:main'], function() {
|
||||
var cleanCSS = require('gulp-clean-css');
|
||||
var csso = require('gulp-csso');
|
||||
return gulp.src(cfg.paths.staticCSS + cfg.paths.css.main.name)
|
||||
.pipe(cleanCSS())
|
||||
.pipe(csso())
|
||||
.pipe(rename({suffix: '.min'}))
|
||||
.pipe(eol('\n', true))
|
||||
.pipe(gulp.dest(cfg.paths.staticCSS));
|
||||
});
|
||||
|
||||
gulp.task('css:social:min', ['css:social'], function() {
|
||||
var cleanCSS = require('gulp-clean-css');
|
||||
var csso = require('gulp-csso');
|
||||
return gulp.src(cfg.paths.staticCSS + cfg.paths.css.social.name)
|
||||
.pipe(cleanCSS())
|
||||
.pipe(csso())
|
||||
.pipe(rename({suffix: '.min'}))
|
||||
.pipe(eol('\n', true))
|
||||
.pipe(gulp.dest(cfg.paths.staticCSS));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue