From 04acbddcfc4df69a7bbc69c953da1f8eebe2546f Mon Sep 17 00:00:00 2001 From: Mario Casciaro Date: Tue, 22 Apr 2014 19:37:35 +0100 Subject: [PATCH] Fix documentation (remove gulp-clone stream) fixes #6 --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 8734719..9365f10 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ npm install --save-dev gulp-concat-css var gulp = require('gulp'); var concatCss = require('gulp-concat-css'); -var cloneSink = clone(); - gulp.task('default', function () { gulp.src('assets/**/*.css') .pipe(concatCss("styles/bundle.css")) @@ -30,8 +28,4 @@ gulp.task('default', function () { ## License -[MIT](http://en.wikipedia.org/wiki/MIT_License) @ Mario Casciaro - ------ - -[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/mariocasciaro/gulp-concat-css/trend.png)](https://bitdeli.com/free "Bitdeli Badge") +[MIT](http://en.wikipedia.org/wiki/MIT_License) @ Mario Casciaro \ No newline at end of file