Skip to content

Commit cf2c615

Browse files
authored
📚 remove known issues 🎉
1 parent f687c4d commit cf2c615

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

readme.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@ Usually you use *watchify* to improve this, and only recompile files that have c
102102

103103
*gulp* already provide a file watch mechanism that we can use out of the box. *bro* caches already compiled files and only recompile changes. So you can call repeatedly `bro` with optimal compile times.
104104

105-
## Known issues
106-
107-
### The main entry does not update
108-
109-
This is a pending issue ([#4](https://github.com/ngryman/gulp-bro/issues/4)). If you frequently make updates the main entry, then you should consider using
110-
`{ read: false }` which seems to make the problem disappear:
111-
112-
```js
113-
gulp.src('app.js', { read: false })
114-
.pipe(bro())
115-
.pipe(gulp.dest('dist'))
116-
```
117-
118105
## Contributors
119106

120107
[//]: contributor-faces

0 commit comments

Comments
 (0)