clean out image tests
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user