BigFax
BigFax
Hi, would be nice to have a function allowing custom manifest. This pull request, allows it. Example : ```javascript return gulp.src([ './base.css' ]) .pipe(hash({ hashLength: 8, template: '' })) .pipe(gulp.dest('./dist'))...
It adds a built-in way to skip to the final route of a layers stack (see this closed issue #1662). Based on my experience, i was thinking it could be...
Based on [this SO question](https://stackoverflow.com/questions/52470387/express-node-right-way-to-send-error-messages-through-middleware-cycle) and as mentioned by @dougwilson in [this PR](https://github.com/expressjs/express/pull/3770), i open an issue to understand how to manage error messages through the middleware cycle (layers stack)....
Same question than here : [mongoosastic issues 41](https://github.com/mongoosastic/mongoosastic/issues/41) Official client allow to query multiple collection, but we need to index and hydrate by ourselves. Is it possible or planned in...