clean out image tests

This commit is contained in:
Niels Lyngsø
2019-09-19 09:18:11 +02:00
parent ec2e27dd07
commit f8b2489288
2 changed files with 24 additions and 49 deletions

View File

@@ -54,12 +54,5 @@ gulp.task('watch', function () {
.pipe(gulp.dest(config.root + config.targets.js))
);
//watch all lib files that will not be merged - copy single file changes
stream.add(
watch(config.sources.globs.lib, { interval: watchInterval })
.pipe(gulp.dest(config.root + config.targets.lib))
);
return stream;
});