Updated some scripts

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-25 21:15:38 +01:00
parent 89c4a69436
commit dc0e592f64
4 changed files with 5 additions and 987 deletions

View File

@@ -16,11 +16,11 @@ gulp.task('js', function () {
gulp.task('embed', function () {
gulp.src(['static/js/youtube.js', 'static/js/helpers.js', 'static/js/playercontrols.js', 'static/js/list.js', 'static/js/embed.js', '!static/js/nochan*', '!static/js/remotecontroller.js'])
/*.pipe(uglify({
.pipe(uglify({
mangle: true,
compress: true,
enclose: true
}))*/
}))
.pipe(concat('embed.min.js'))
.pipe(gulp.dest('static/dist'));
});