You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flapjax
Hello
flapjax.js seems to contains compiler related code.
I wonder, can this be removed by someone that only uses Flapjax as a
library in order to reduce the download size (around 55KB at the
moment) ?
If so, what lines exactly could be left out ?
Thanks
t25
Arjun Guha
unread,
Aug 28, 2009, 8:21:11 AM8/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
The Flapjax release is compiled--it it wrapped in a "module" that
hides internal functions. If you don't care about modularity, just
use flapjax-impl.js, and cut off the part that's marked for the
compiler. You'll also cut the module-wrapping code. (It's JavaScript,
so it's fake anyway.)