choojs / bankai

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

Expose mime types on graph nodes, fixes #402 #443

Closed goto-bus-stop closed 6 years ago

goto-bus-stop commented 6 years ago

This depends on https://github.com/yoshuawuyts/buffer-graph/pull/11

Graph nodes now get a .mime property in addition to .buffer and .hash. Fastify can use this to set the content-type header.

yoshuawuyts commented 6 years ago

https://github.com/yoshuawuyts/buffer-graph/pull/11 was merged!

goto-bus-stop commented 6 years ago

@yoshuawuyts :raised_hands: LGTY?