Question about node_modules tweaks
Eyjafjallajokull opened this issue · 2 comments
Eyjafjallajokull commented
Readme states that "Makisu has some performance tweaks for large images (especially those with node_modules)". I would like to know details about what can makisu improve when building node projects.
yiranwang52 commented
The tweaks are for those builds with many text files. Specifically:
- Faster compression and decompression library
- More build options on compression
- Doesn't require md5 hash of all files
- Planed features like #257
Eyjafjallajokull commented
Thanks for reply.