HenrikJoreteg / moonboots

A set of conventions and tools for bundle and serving clientside apps with node.js
159 stars 20 forks source link

remove superfluous jssha.update #72

Closed spanditcaa closed 7 years ago

spanditcaa commented 7 years ago

Moonboots currently updates the js sha with source after concatenating libraries, and then again with the source after the browserify step. This is redundant and adds ~15% to the digest time in my test application.

lukekarrys commented 7 years ago

Good call, thanks @spanditcaa!

lukekarrys commented 7 years ago

Released as v5.0.1

spanditcaa commented 7 years ago

thanks @lukekarrys