FedeOmoto/pixi

Consider removing dart.js from deployments for faster loads

sethladd opened this issue · 1 comments

Hi,

Thanks for working on this project! The examples load a bit slowly, because they need to get dart.js, parse it, and then load the JS script.

Try this: http://pub.dartlang.org/packages/dart_to_js_script_rewriter :)

Hi @sethladd !

Thank you for your dart_to_js_script_rewriter transformer 😄
I used it to rebuild the examples and it's noticeable how they load a bit faster now!

Regards,
Fede