Bogdan Cirlig
Bogdan Cirlig
Please bump bower version. It is still the old one and bower install doesn't pull the latest commits as of 4 days ago.
Line 104: .parse(options.url, true).query.hasOwnProperty('_escaped_fragment_')) { if there's no query this .parse(options.url, true).query will evaluate to undefined and .hasOwnProperty will crash taking down the whole pipeline.
Useful when same KOA website serves regular requests and also handles the pre-rendering interception and return right after the content is obtained from PhantomJS. Example: your Angular app hits your...