Hi Olaf,
Great idea!!
As for the examples maybe it's worth to put them into FlexJS Tour where
Peter start initial work [1]. I will refresh it once I get back from
vacation. Anyone know whether we could take from Apache some new domain or
how to put it as subpage of our website?
I will start slo
Hi Piotr,
>As for the examples maybe it's worth to put them into FlexJS Tour where
Peter start initial work [1].
Is this FlexJS Tour already hosted anywhere as a live demo?
>Anyone know whether we could take from Apache some new domain or how to put
it as subpage of our website?
Would be great
For kicks I tried modifying the compiler to not emit @export for my code (it
still has the @exports for SDK code).
The result on code size was more than 50KB smaller AFTER gzipping. That’s a
reduction of more than 10%. Pretty significant. That’s without any class
renaming.
Anyway, it blew up m
FWIW, I found out that some of that savings is because when something no
longer has @export, it is eligible for dead code removal. That's sort of
good, except that GCC's dead code removal can't detect usage from MXML and
data binding so it removed stuff it shouldn't. The main SWCs may have to
alw
Is there some way we can declare MXML differently so GCC can know that we’re
using properties? Maybe instead of strings we can use object literals with
proper references?
> On Aug 10, 2017, at 6:39 PM, Alex Harui wrote:
>
> FWIW, I found out that some of that savings is because when something
Getting a sub-domain isn't a big deal. We just have to request it from
Apache Infra. I doubt that getting a domain name hosted elsewhere with the
"apache" name it will fly, though.
The current site is actually managed by a static-site generator using
markdown. I've jerry-rigged it so that if yo
Nicholas Kwiatkowski-2 wrote
> The current site is actually managed by a static-site generator using
> markdown.
What do you think about creating a site that is dedicated to FlexJS?
@Piotr
I've started to put some docs together for the mdl:badge bead. [1]
It's not complete and only a first shot.
Olaf,
I have in my head that we should some day create such website using FlexJS,
but it would require some longer time.
Focusing on your documentation idea is the better one for now. I hope when
it will be full we could automatically somehow generate some website and
push to Apache everything. :