Skip to content

Commit

Permalink
Fix documentation (remove gulp-clone stream) fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocasciaro committed Apr 22, 2014
1 parent c6eb883 commit 04acbdd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand All @@ -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

0 comments on commit 04acbdd

Please sign in to comment.