lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
581 stars 75 forks source link

use renderToString instead of renderSync #182

Closed yomed closed 7 years ago

yomed commented 7 years ago

This was throwing warnings in parent projects. I only updated this one instance, and did not go through the whole repo and update similar potential changes in tests.

Theoretically this now needs a recent marko version, so I updated that in the package.json, but that would also probably make this more than a semver patch.

patrick-steele-idem commented 7 years ago

Looks good. Thank you!