Fixed list-bug

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-08 19:05:24 +02:00
parent a1c0350756
commit cf32cf6898
4 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ gulp.task('js', function () {
gulp.src(['../static/js/*.js', '!../static/js/nochan*', '!../static/js/remotecontroller.js'])
.pipe(uglify({
mangle: true,
compress: true,
compress: true,
enclose: true
}))
.pipe(concat('main.min.js'))