Skip to content

Commit

Permalink
update readme. fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chmontgomery committed Jul 25, 2014
1 parent 1575d1b commit 902e7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var gulp = require('gulp'),
gulp.task('bundle', function() {
return gulp.src('./bundle.config.js')
.pipe(bundle())
.pipe(bundle.results('./')) // arg is dest of bundle.result.json
.pipe(bundle.results('./')) // arg is destination of bundle.result.json
.pipe(gulp.dest('./public'));
});
```
Expand Down

0 comments on commit 902e7b5

Please sign in to comment.