Clifton Cunningham
Clifton Cunningham
Ok, the problem is that the `passThrough` property passes through anything that matches this: https://github.com/tes/compoxure/blob/master/src/middleware/passthrough.js#L7 ``` var isPassThrough = function(req) { if (!req.backend.passThrough) { return false } if (req.method !==...
Ok, that makes sense, great to hear that you figured it out and it still works. I'll put something in the docs about it.
Investigate making an extra check somewhere around here: https://github.com/tes/compoxure/blob/master/src/middleware/proxy.js#L158 that checks what the content-type is in the response, and if it's not `text/html` then send the content straight through unparsed.
@hedav85 - need any assistance or want one of the team here to help get this over the line?
Ok - if you need any input / real world testers be happy to pitch in. We use docker for all of our application services and have settled on using...
Perhaps we do not allow .bosco in a repo, but do in a team? The feature was added to allow per team configuration, and allow per team commands (not sure...
So you want it to not run the build but still try and serve the files?
@geophree can you pick up solutions to this? Some points: - We have chosen to limit the output of build commands in `bosco cdn` - so we could introduce a...
Agree, but this only applies in the case that bosco isn't minifying them as there is a guaranteed 1-1 mapping of source > bundle.
We should deprecate support of 0.10?