Skip to content

Commit 235a809

Browse files
committed
[feature] format gulpfile.js .
1 parent d6daee3 commit 235a809

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

gulpfile.js

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

146146

147-
gulp.task('release', ['browserify', 'uglify', 'compress-scripts', 'docs', 'compress-docs']);
147+
gulp.task('release', [
148+
'browserify',
149+
'uglify',
150+
'compress-scripts',
151+
'docs',
152+
'compress-docs'
153+
]);

0 commit comments

Comments
 (0)