mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
updated gulpfile
This commit is contained in:
14
gulpfile.js
14
gulpfile.js
@@ -36,17 +36,9 @@ gulp.task('callback', function () {
|
||||
.pipe(gulp.dest('server/public/assets/dist'));
|
||||
});
|
||||
|
||||
/*
|
||||
gulp.task('nochan', function () {
|
||||
gulp.src(['server/public/assets/js/nochan.js', 'server/public/assets/js/helpers.js'])
|
||||
.pipe(uglify({
|
||||
mangle: true,
|
||||
compress: true,
|
||||
enclose: true
|
||||
}))
|
||||
.pipe(concat('frontpage.min.js'))
|
||||
.pipe(gulp.dest('server/public/assets/dist'));
|
||||
});*/
|
||||
gulp.task('build', function() {
|
||||
gulp.run(['js', 'embed', 'remotecontroller', 'callback']);
|
||||
})
|
||||
|
||||
gulp.task('remotecontroller', function () {
|
||||
gulp.src(['server/public/assets/js/remotecontroller.js'])
|
||||
|
||||
Reference in New Issue
Block a user