zhangweicheng 5 년 전
부모
커밋
6ff32c1cc3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      gulpfile.js

+ 2 - 2
gulpfile.js

@@ -248,9 +248,9 @@ gulp.task('login',gulp.series('login_inject', function (){
 }));
 
 
-gulp.task('header_minify',gulp.series('common', function (){
+gulp.task('header_minify',gulp.series('common'),function (){
   return minify(headerOptions);
-}));
+});
 
 gulp.task('header_css',function () {
     return css(headerOptions);