generate production dist
Showing
1 changed file
with
3 additions
and
0 deletions
@@ -71,6 +71,9 @@ gulp.task('spm-doc', function() { | @@ -71,6 +71,9 @@ gulp.task('spm-doc', function() { | ||
71 | }); | 71 | }); |
72 | }); | 72 | }); |
73 | 73 | ||
74 | +//生成发布目录,可用于上传测试机 | ||
75 | +gulp.task('ge', ['assets', 'compass-production', 'build']); | ||
76 | + | ||
74 | //发布 | 77 | //发布 |
75 | gulp.task('dist', ['assets', 'compass-production', 'build'], function() { | 78 | gulp.task('dist', ['assets', 'compass-production', 'build'], function() { |
76 | var ftpstream = ftp(ftpConfig); | 79 | var ftpstream = ftp(ftpConfig); |
-
Please register or login to post a comment