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 <[email protected]> wrote: > > > On 11/13/16, 10:53 PM, "Harbs" <[email protected]> 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 >
