Skip to content

Commit aaf9eb5

Browse files
author
Akshara Hegde
committed
fix - enabled uglify
1 parent 4f237eb commit aaf9eb5

File tree

2 files changed

+2
-34780
lines changed

2 files changed

+2
-34780
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gulp.task('scripts', function() {
3333
})
3434
.pipe(source('bundle.min.js'))
3535
.pipe(buffer())
36-
// .pipe(uglify())
36+
.pipe(uglify())
3737
.pipe(gulp.dest('./jet/static/jet/js/build/'));
3838
});
3939

0 commit comments

Comments
 (0)