The only build that happens is triggered by tasks.json. Ideally, you'd use
the asconfigc utility so that it uses the same compiler settings as the
VSCode extension. However, you're free to run the compiler directly, or a
build script like Maven or Ant instead.

The extension looks for asconfig.json to configure the compiler, but it
doesn't produce a build. The compiler is designed to be kept in memory by
an IDE to provide completion and things.

- Josh

On Nov 6, 2016 10:55 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:

> Josh, Carlos,
>
> I thought that it is working like that:
>
> - asconfig.json - is triggering build with source map
> - tasks.json - is launching build using asconfig.json
>
> So my understanding was that if I change tasks.json to maven I will be in
> some way build everything two times.
>
>
>
> -----
> Apache Flex PMC
> piotrzarzyck...@gmail.com
> --
> View this message in context: http://apache-flex-
> development.2333347.n4.nabble.com/FlexJS-Falcon-Build-
> concerns-tp56292p56326.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.
>

Reply via email to