Crashed server.. fixing

This commit is contained in:
Kasper Rynning-Tønnesen
2016-04-25 20:45:12 +02:00
parent 4738d86dd8
commit 1595a5a062
4 changed files with 29 additions and 2997 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'));
});