Skip to content

Commit f828275

Browse files
committed
Temporarily disable minifying
Ref. jsperf/jsperf.com#113 (comment).
1 parent fe60c6b commit f828275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gulp.task('js', function() {
6363
.pipe(replace('\'platform\': context.platform', '\'platform\': platform'))
6464

6565
// Minify the result.
66-
.pipe(uglify())
66+
//.pipe(uglify())
6767

6868
.pipe(gulp.dest('./dist/'));
6969
});

0 commit comments

Comments
 (0)