From 01f2c6dd2eacc206051dbb5f9127f20746197ca4 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 4 Apr 2017 17:46:46 +0100 Subject: [PATCH] Update gulpfile.js --- Ombi/Ombi/gulpfile.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Ombi/Ombi/gulpfile.js b/Ombi/Ombi/gulpfile.js index 2c27cbb6e..8cec2f220 100644 --- a/Ombi/Ombi/gulpfile.js +++ b/Ombi/Ombi/gulpfile.js @@ -1,4 +1,4 @@ -/// +/// 'use strict'; var gulp = require('gulp'); var sass = require('gulp-sass'); @@ -248,17 +248,6 @@ gulp.task('bundle', function () { sourceMaps: true }) }) - -gulp.task('clean', function () { - return del([ - ...paths.npm.src.map(x => path.join(paths.npm.dest, x + "**")), - paths.sass.dest + paths.sass.filter, - paths.lib.dest, - paths.bundle.dest, - ...paths.modules.map(m => m.dest), - ...paths.libcss.map(m => m.dest + (m.filter ? m.filter : '')), - ...paths.libfonts.map(m => m.dest) - ].map(x => path.join(paths.wwwroot, x)), { force: true }); }) gulp.task('typescript', function () {