lufeng 2 年 前
コミット
9820b2b7e9
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      src/main/resources/static/gulpfile.js

+ 2 - 1
src/main/resources/static/gulpfile.js

@@ -104,7 +104,8 @@ gulp.task('vendor', function(){
104 104
 
105 105
 });
106 106
 
107
-gulp.task('prod', ['vendor', 'build']);
107
+// gulp.task('prod', ['vendor', 'build']);
108
+gulp.task('prod', ['vendor', 'js', 'watch', 'connect']);
108 109
 gulp.task('dev', ['vendor', 'js', 'watch', 'connect']);
109 110
 gulp.task('default', ['dev']);
110 111