From 8afe209d2cc1946ea7b67da446a093b9e4cf6b82 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Wed, 8 Jan 2014 09:58:42 +0500 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index bb32f15..cc692c5 100644 --- a/README.md +++ b/README.md @@ -27,19 +27,6 @@ gulp.src(['./src/*.ext']) .pipe(gulp.dest("./dist/not_magic")); ``` -### Running changed mocha test files - -```javascript -var grep = require('gulp-grep-stream'); -var watch = require('gulp-watch'); -var mocha = require('gulp-mocha'); - -gulp.src(['./lib/**/*.js', './tests/*.js']) - .pipe(watch({ emit: 'all' })) - .pipe(grep('./tests/*.js')) - .pipe(mocha()); -``` - ## API ### grep(pattern, options)