Skip to content

Commit 7dffdb2

Browse files
committed
将生成 doc 从 release task 中分离
1 parent ea6f697 commit 7dffdb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gulpfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,13 @@ gulp.task('upload', ['compress-scripts'], function(cb) {
144144
});
145145
});
146146

147-
148147
gulp.task('release', [
149148
'browserify',
150149
'uglify',
151150
'compress-scripts',
151+
]);
152+
153+
gulp.task('doc', [
152154
'docs',
153155
'compress-docs'
154156
]);

0 commit comments

Comments
 (0)