Skip to content

Commit 0271441

Browse files
committed
Minify the result
1 parent 782eeef commit 0271441

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)