Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-lynch committed Apr 10, 2014
1 parent 1ebf798 commit 789dba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var concat = require('gulp-concat-limit');

gulp.task('concat', function() {
gulp.src('./css/*.css')
.pipe(concat('style-', 256))//2KB
.pipe(concat('style-.css', 256))//2KB
.pipe(gulp.dest('./combinedCSS'));
});

Expand All @@ -45,4 +45,4 @@ gulp.task('watch', function () {

**fileName** (required) string
**sizeLimit** (optional) number, defaults to 25600 (200KB)
**options** (optional); options.newLine (optional) boolean, defaults to false
**options** (optional); options.newLine (optional) boolean, defaults to false

0 comments on commit 789dba0

Please sign in to comment.