Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. gulp.task('minifi-css', function(){
  2. gulp.src('css/final/final-clean.css')
  3. .pipe(concat('minific.min.css'))
  4. .pipe(uglify())
  5. .pipe(gulp.dest('css'))
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement