Not sure what kind of copying you need to do. A compiler lets you specify an 
output file or folder but usually doesn't do other file management.

Sent from my LG G3, an AT&T 4G LTE smartphone

------ Original message------
From: Harbs
Date: Mon, Nov 14, 2016 12:07 AM
To: dev@flex.apache.org;
Subject:Re: [FlexJS]multiple apps in one project

Ah. Good point.

The only problem with this setup is that I’m going to have to manually create 
and copy HTML files (and JS file output), but I should be able to script that.

Does it make sense to add something like this to the compiler itself?

On Nov 14, 2016, at 8:57 AM, Alex Harui <aha...@adobe.com> wrote:

>
>
> On 11/13/16, 10:53 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>
>> I don’t really care what I use to do the compilation. I’d probably prefer
>> to get it to work in Josh’s VS Code extension.
>>
>> I think compiler support for this might be nice, but I just realized that
>> I can probably create different ant targets for each app (with compiler
>> arguments to point to separate mxml files) and run ant app1 ant app2,
>> etc. Does that make sense?
>
> If there is a Ant target for each app, you should be able to just run Ant
> once and list the targets.
>
> -Alex
>

Reply via email to