In IntelliJ IDEA, the compiler options for a Flash project include an option to "Copy resource files to output folder". You can either choose "all except *.as or *.mxml" or you can specify files "according to resource patterns". This second option looks like it can be based on specific file types and some more advanced options. You can also disable it completely, but it appears that "all except *.as or *.mxml" is the default. Sounds like it's similar to Flash Builder, but maybe it doesn't bother checking if a file is embedded or not.
- Josh On Wed, Feb 8, 2017 at 9:16 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 2/8/17, 9:09 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: > > >I think Flash Builder will copy any file that is found in the source-path > >that isn't a source file (.as or .mxml) and also isn't included with > >something like [Embed]. > > Cool. Makes sense but sounds slow to check for embed usage. Does anybody > who has tried FDT know how it works? Did anybody who used IntelliJ not > rely on the Maven resource plugin? > > -Alex > >