Jakub Sedlacek

Results 2 issues of Jakub Sedlacek

According to spec, the `getAllResponseHeaders` should include trailing CRLF: https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method Xdomains implementation does not contain trailing CRLF. https://github.com/jpillora/xdomain/blob/gh-pages/vendor/xhook.js#L226 This breaks behavior of superagent, which pops the trailing CRLF: https://github.com/visionmedia/superagent/blob/master/lib/client.js#L203 With...

# Description It seems the `--copy-files` option does not copy over the non-compilable files, as described in the help. ``` -D, --copy-files When compiling a directory copy over non-compilable files...