Aratramba / design-manual

Lightweight Design System Generator
http://eightmedia.github.io/design-manual
15 stars 1 forks source link

speed up electron process #76

Closed Aratramba closed 7 years ago

Aratramba commented 7 years ago

the height capturing phase is pretty slow. It might be possible to speed this up by a) making use of a single running electron instance and feeding that a redirect or b) change the compile pipeline so that all the components heights can be captured at once and do a single complete render pass after that or c) do a multipass render where each components height is set only after the components page is rendered.