Skip to content

Commit fad9695

Browse files
committed
gulp
1 parent 046235b commit fad9695

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
@@ -29,7 +29,7 @@ gulp.task('build-js', ['clean', 'browserify', 'templatecache'], function () {
2929
return gulp
3030
.src('./dist/*.js')
3131
.pipe(concat('sarsha.contextmenu.js'))
32-
// .pipe(uglify())
32+
.pipe(uglify())
3333
.pipe(gulp.dest('./dist/'));
3434
})
3535

0 commit comments

Comments
 (0)