choojs / bankai

:station: - friendly web compiler
Apache License 2.0
1.09k stars 102 forks source link

bankai.documents doesn't actually take an options parameter #517

Open ghost opened 5 years ago

ghost commented 5 years ago

Readme says compiler.documents(routename, [opts], done(err, { buffer, hash })).

But index.js says Bankai.prototype.documents = function (url, cb) {.

It would be nice if that worked but it throws an AssertionError.

talon commented 5 years ago

this is the same as #526