Trying to fix for iphone

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-25 20:42:54 +02:00
parent e5fcce1d88
commit 4738d86dd8
5 changed files with 3001 additions and 31 deletions

View File

@@ -5,11 +5,11 @@ var gulp = require('gulp'),
gulp.task('js', function () {
gulp.src(['static/js/*.js', '!static/js/embed*', '!static/js/remotecontroller.js'])
.pipe(uglify({
/*.pipe(uglify({
mangle: true,
compress: true,
enclose: true
}))
}))*/
.pipe(concat('main.min.js'))
.pipe(gulp.dest('static/dist'));
});