Skip to content

Commit 9d8c727

Browse files
committed
updated gulp
2 parents e27dd14 + e5b594c commit 9d8c727

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gulpfile.js

+4
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ gulp.task('build', function (cb) {
7272
standalone: 'SwaggerClient'
7373
});
7474

75+
// if (!useDebug) {
76+
// b.transform({global: true}, 'uglifyify');
77+
// }
78+
7579
b.transform('brfs')
7680
.bundle()
7781
.pipe(source(basename + (!useDebug ? '.min' : '') + '.js'))

0 commit comments

Comments
 (0)