Skip to content

Commit

Permalink
Merge pull request #995 from junaidrsd/fix-gulp-delay
Browse files Browse the repository at this point in the history
fix the huge delay during gulp dev task
  • Loading branch information
Junaid Rasheed committed Aug 23, 2016
2 parents 9f099f9 + 11c5e02 commit d47e35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gulp.task('dev:static', () => {
});

gulp.task('dev:doc', () => {
return gulp.src('**/README.md')
return gulp.src('README.md')
.pipe(toc())
.pipe(replace(/[^\n]*Table of Contents[^\n]*\n/g, ''))
.pipe(gulp.dest('./'));
Expand Down

0 comments on commit d47e35b

Please sign in to comment.